Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.h19 uint64_t ghost_cache_capacity; // ghost cache capacity in bytes. member
25 ghost_cache_capacity == o.ghost_cache_capacity;
31 ghost_cache_capacity < o.ghost_cache_capacity);
Dcache_simulator.cc210 NewLRUCache(config.ghost_cache_capacity, /*num_shard_bits=*/1, in InitializeCaches()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc360 out << config.ghost_cache_capacity; in WriteMissRatioCurves()
434 std::to_string(config.ghost_cache_capacity); in WriteMissRatioTimeline()
508 std::to_string(config.ghost_cache_capacity); in WriteMissTimeline()
2080 cache_config.ghost_cache_capacity = ParseUint64(config_strs[2]); in parse_cache_config_file()