Home
last modified time | relevance | path

Searched refs:last_cache_bytes_read (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/table/
Dtable_test.cc2834 int64_t last_cache_bytes_read = 0; in TEST_P() local
2844 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()
2857 ASSERT_GT(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()
2860 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()
2870 ASSERT_EQ(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()
2873 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()
2884 ASSERT_GT(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()