Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim_test.py357 trace_file_path = "test_trace"
360 with open(trace_file_path, "w+") as trace_file:
409 run(trace_file_path, cache_type, cache, 0, -1, "all")
429 os.remove(trace_file_path)
Dblock_cache_pysim.py1667 trace_file_path, argument
1695 with open(trace_file_path, "r") as trace_file:
1758 with open(trace_file_path, "r") as trace_file:
1978 trace_file_path = sys.argv[5] variable
1984 trace_file_path,
Dblock_cache_trace_analyzer.h145 const std::string& trace_file_path, const std::string& output_dir,
Dblock_cache_trace_analyzer.cc1438 const std::string& trace_file_path, const std::string& output_dir, in BlockCacheTraceAnalyzer() argument
1444 trace_file_path_(trace_file_path), in BlockCacheTraceAnalyzer()
/rocksdb-6.9/trace_replay/
Dblock_cache_tracer.cc354 const std::string& trace_file_path) in BlockCacheHumanReadableTraceReader() argument
356 human_readable_trace_reader_.open(trace_file_path, std::ifstream::in); in BlockCacheHumanReadableTraceReader()
Dblock_cache_tracer.h243 BlockCacheHumanReadableTraceReader(const std::string& trace_file_path);