Home
last modified time | relevance | path

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

/rocksdb-6.9/trace_replay/
Dblock_cache_tracer_test.cc32 trace_file_path_ = test_path_ + "/block_cache_trace"; in BlockCacheTracerTest()
36 EXPECT_OK(env_->DeleteFile(trace_file_path_)); in ~BlockCacheTracerTest()
154 std::string trace_file_path_; member in ROCKSDB_NAMESPACE::BlockCacheTracerTest
169 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
193 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
218 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
237 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
299 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
339 ASSERT_OK(writer.NewWritableFile(trace_file_path_, env_)); in TEST_F()
341 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
[all …]
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_test.cc50 trace_file_path_ = test_path_ + "/block_cache_trace"; in BlockCacheTracerTest()
69 printf("The trace file is still at %s\n", trace_file_path_.c_str()); in ~BlockCacheTracerTest()
72 EXPECT_OK(env_->DeleteFile(trace_file_path_)); in ~BlockCacheTracerTest()
161 "-block_cache_trace_path=" + trace_file_path_, in RunBlockCacheTraceAnalyzer()
206 std::string trace_file_path_; member in ROCKSDB_NAMESPACE::BlockCacheTracerTest
226 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
231 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
613 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
624 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
630 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
[all …]
Dblock_cache_trace_analyzer.h370 const std::string trace_file_path_; variable
Dblock_cache_trace_analyzer.cc1444 trace_file_path_(trace_file_path), in BlockCacheTraceAnalyzer()
1526 reader.reset(new BlockCacheHumanReadableTraceReader(trace_file_path_)); in Analyze()
1529 s = NewFileTraceReader(env_, EnvOptions(), trace_file_path_, &trace_reader); in Analyze()
/rocksdb-6.9/table/
Dtable_test.cc1090 trace_file_path_ = test_path_ + "/block_cache_trace_file"; in SetupTracingTest()
1093 EXPECT_OK(NewFileTraceWriter(env_, EnvOptions(), trace_file_path_, in SetupTracingTest()
1117 NewFileTraceReader(env_, EnvOptions(), trace_file_path_, &trace_reader); in VerifyBlockAccessTrace()
1160 EXPECT_OK(env_->DeleteFile(trace_file_path_)); in VerifyBlockAccessTrace()
1170 std::string trace_file_path_; member in ROCKSDB_NAMESPACE::BlockBasedTableTest