Searched refs:trace_file (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/trace/ |
| D | file_trace_reader_writer.cc | 94 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/ |
| D | block_cache_pysim.sh | 22 trace_file="$1" 56 ….py "$cache_type" "$cache_size" "$downsample_size" "$warmup_seconds" "$trace_file" "$ml_tmp_result…
|
| D | block_cache_pysim_test.py | 360 with open(trace_file_path, "w+") as trace_file: 392 trace_file.write(access_records)
|
| D | block_cache_pysim.py | 1695 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/ |
| D | db_bench_tool.cc | 843 DEFINE_string(trace_file, "", "Trace workload to a file. ");
|