Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dperf_context.cc43 block_cache_hit_count = other.block_cache_hit_count; in PerfContext()
138 block_cache_hit_count = other.block_cache_hit_count; in PerfContext()
235 block_cache_hit_count = other.block_cache_hit_count; in operator =()
331 block_cache_hit_count = 0; in Reset()
439 block_cache_hit_count = 0; in Reset()
450 PERF_CONTEXT_OUTPUT(block_cache_hit_count); in ToString()
530 PERF_CONTEXT_BY_LEVEL_OUTPUT_ONE_COUNTER(block_cache_hit_count); in ToString()
/rocksdb-6.9/include/rocksdb/
Dperf_context.h38 uint64_t block_cache_hit_count = 0; // total number of block cache hits member
67 uint64_t block_cache_hit_count; // total number of block cache hits member
/rocksdb-6.9/db/
Dperf_context_test.cc760 PERF_COUNTER_BY_LEVEL_ADD(block_cache_hit_count, 1, 0); in TEST_F()
769 1, (*(perf_context_copy.level_to_perf_context))[0].block_cache_hit_count); in TEST_F()
784 PERF_COUNTER_BY_LEVEL_ADD(block_cache_hit_count, 1, 0); in TEST_F()
785 PERF_COUNTER_BY_LEVEL_ADD(block_cache_hit_count, 5, 2); in TEST_F()
799 .block_cache_hit_count); in TEST_F()
801 .block_cache_hit_count); in TEST_F()
Dc.cc2801 return rep->block_cache_hit_count; in rocksdb_perfcontext_metric()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc227 PERF_COUNTER_ADD(block_cache_hit_count, 1); in UpdateCacheHitMetrics()
228 PERF_COUNTER_BY_LEVEL_ADD(block_cache_hit_count, 1, in UpdateCacheHitMetrics()