Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.h16 struct CacheConfiguration { struct
23 bool operator==(const CacheConfiguration& o) const { argument
27 bool operator<(const CacheConfiguration& o) const {
202 const std::vector<CacheConfiguration>& cache_configurations);
214 const std::map<CacheConfiguration,
223 const std::vector<CacheConfiguration> cache_configurations_;
226 std::map<CacheConfiguration, std::vector<std::shared_ptr<CacheSimulator>>>
Dcache_simulator.cc194 const std::vector<CacheConfiguration>& cache_configurations) in BlockCacheTraceSimulator()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc351 const CacheConfiguration& config = config_caches.first; in WriteMissRatioCurves()
431 const CacheConfiguration& config = config_caches.first; in WriteMissRatioTimeline()
505 const CacheConfiguration& config = config_caches.first; in WriteMissTimeline()
2049 std::vector<CacheConfiguration> parse_cache_config_file( in parse_cache_config_file()
2055 std::vector<CacheConfiguration> configs; in parse_cache_config_file()
2058 CacheConfiguration cache_config; in parse_cache_config_file()
2119 std::vector<CacheConfiguration> cache_configs = in block_cache_trace_analyzer_tool()