Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.py1874 cache_label = "{}-{}-{}".format(cache_type, cache_size, target_cf_name)
1875 with open("{}/data-ml-mrc-{}".format(result_dir, cache_label), "w+") as mrc_file:
1895 result_dir, cache_stats[i].time_unit, cache_label
1905 result_dir, cache_stats[i].time_unit, cache_label
Dblock_cache_trace_analyzer.cc432 std::string cache_label = config.cache_name + "-" + in WriteMissRatioTimeline() local
451 cs_name_timeline[config.cache_capacities[i]][cache_label][time] = in WriteMissRatioTimeline()
506 std::string cache_label = config.cache_name + "-" + in WriteMissTimeline() local
518 cs_name_timeline[config.cache_capacities[i]][cache_label][time] = miss; in WriteMissTimeline()