Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/trace/
Dfile_trace_reader_writer.cc94 std::unique_ptr<RandomAccessFile> trace_file; in NewFileTraceReader() local
95 Status s = env->NewRandomAccessFile(trace_filename, &trace_file, env_options); in NewFileTraceReader()
102 NewLegacyRandomAccessFileWrapper(trace_file), trace_filename)); in NewFileTraceReader()
110 std::unique_ptr<WritableFile> trace_file; in NewFileTraceWriter() local
111 Status s = env->NewWritableFile(trace_filename, &trace_file, env_options); in NewFileTraceWriter()
118 NewLegacyWritableFileWrapper(std::move(trace_file)), trace_filename, in NewFileTraceWriter()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.sh22 trace_file="$1"
56 ….py "$cache_type" "$cache_size" "$downsample_size" "$warmup_seconds" "$trace_file" "$ml_tmp_result…
Dblock_cache_pysim_test.py360 with open(trace_file_path, "w+") as trace_file:
392 trace_file.write(access_records)
Dblock_cache_pysim.py1695 with open(trace_file_path, "r") as trace_file:
1696 for line in trace_file:
1758 with open(trace_file_path, "r") as trace_file:
1759 for line in trace_file:
/rocksdb-6.9/tools/
Ddb_bench_tool.cc843 DEFINE_string(trace_file, "", "Trace workload to a file. ");