Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc2058 CacheConfiguration cache_config; in parse_cache_config_file() local
2078 cache_config.cache_name = config_strs[0]; in parse_cache_config_file()
2079 cache_config.num_shard_bits = ParseUint32(config_strs[1]); in parse_cache_config_file()
2080 cache_config.ghost_cache_capacity = ParseUint64(config_strs[2]); in parse_cache_config_file()
2088 cache_config.cache_capacities.push_back(capacity); in parse_cache_config_file()
2090 configs.push_back(cache_config); in parse_cache_config_file()