Searched refs:block_cache_hit_count (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/monitoring/ |
| D | perf_context.cc | 43 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/ |
| D | perf_context.h | 38 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/ |
| D | perf_context_test.cc | 760 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()
|
| D | c.cc | 2801 return rep->block_cache_hit_count; in rocksdb_perfcontext_metric()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 227 PERF_COUNTER_ADD(block_cache_hit_count, 1); in UpdateCacheHitMetrics() 228 PERF_COUNTER_BY_LEVEL_ADD(block_cache_hit_count, 1, in UpdateCacheHitMetrics()
|