Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.py1542 cache_type = cache_type[:-8]
1545 cache_type = cache_type[:-7]
1668 cache_type, argument
1856 cache_type,
1867 cache_type, argument
1914 cache_type,
1922 cache_type,
1936 cache_type,
1944 cache_type,
1985 cache_type,
[all …]
Dblock_cache_pysim.sh41 for cache_type in "opt" "lru" "pylru" "pycctbbt" "pyhb" "ts" "trace" "lru_hybrid" #"pycctblevelbt"…
43 if [[ $cache_type == "trace" && $cache_size != "16G" ]]; then
54 output="log-ml-$cache_type-$cache_size-$cf_name"
55 …echo "Running simulation for $cache_type, cache size $cache_size, and cf_name $cf_name. Number of …
56 …nohup python block_cache_pysim.py "$cache_type" "$cache_size" "$downsample_size" "$warmup_seconds"…
Dblock_cache_pysim_test.py398 for cache_type in [
408 cache = create_cache(cache_type, cache_size, downsample_size)
409 run(trace_file_path, cache_type, cache, 0, -1, "all")
410 cache_ms[cache_type] = cache
413 for cache_type in cache_ms:
414 cache = cache_ms[cache_type]
710 for cache_type in [
727 cache_type_str = cache_type
728 if cache_type != "opt" and cache_type != "trace":
/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_bench.cc41 DEFINE_string(cache_type, "block_cache",