Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc329 if (!cache_simulator_) { in WriteMissRatioCurves()
350 for (auto const& config_caches : cache_simulator_->sim_caches()) { in WriteMissRatioCurves()
408 if (!cache_simulator_ || output_dir_.empty()) { in WriteMissRatioTimeline()
430 for (auto const& config_caches : cache_simulator_->sim_caches()) { in WriteMissRatioTimeline()
488 if (!cache_simulator_ || output_dir_.empty()) { in WriteMissTimeline()
504 for (auto const& config_caches : cache_simulator_->sim_caches()) { in WriteMissTimeline()
1450 cache_simulator_(std::move(cache_simulator)) {} in BlockCacheTraceAnalyzer()
1568 if (cache_simulator_) { in Analyze()
1569 cache_simulator_->Access(access); in Analyze()
Dblock_cache_trace_analyzer.h378 std::unique_ptr<BlockCacheTraceSimulator> cache_simulator_; variable