Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dtable_test.cc2698 index_block_cache_hit = statistics->getTickerCount(BLOCK_CACHE_INDEX_HIT); in BlockCachePropertiesSnapshot()
2712 ASSERT_EQ(expected_index_block_cache_hit, index_block_cache_hit); in AssertIndexBlockStat()
2728 ASSERT_EQ(expected_index_block_cache_hit, index_block_cache_hit); in AssertEqual()
2745 int64_t index_block_cache_hit = 0; member in ROCKSDB_NAMESPACE::BlockCachePropertiesSnapshot