Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.h37 void reset_counter() { in reset_counter() function
115 void reset_counter() { miss_ratio_stats_.reset_counter(); } in reset_counter() function
Dcache_simulator.cc262 sim_cache->reset_counter(); in Access()
Dsim_cache.cc274 void reset_counter() override { in reset_counter() function in ROCKSDB_NAMESPACE::__anona55187990111::SimCacheImpl
Dcache_simulator_test.cc133 cache_simulator->reset_counter(); in TEST_F()
/rocksdb-6.9/include/rocksdb/utilities/
Dsim_cache.h71 virtual void reset_counter() = 0;
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.py333 def reset_counter(self): member in MissRatioStats
1781 cache.miss_ratio_stats.reset_counter()