Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dperf_context.cc47 block_cache_index_hit_count = other.block_cache_index_hit_count; in PerfContext()
142 block_cache_index_hit_count = other.block_cache_index_hit_count; in PerfContext()
239 block_cache_index_hit_count = other.block_cache_index_hit_count; in operator =()
335 block_cache_index_hit_count = 0; in Reset()
454 PERF_CONTEXT_OUTPUT(block_cache_index_hit_count); in ToString()
/rocksdb-6.9/include/rocksdb/
Dperf_context.h71 uint64_t block_cache_index_hit_count; // total number of index block hits member
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc260 PERF_COUNTER_ADD(block_cache_index_hit_count, 1); in UpdateCacheHitMetrics()