Home
last modified time | relevance | path

Searched refs:label (Results 1 – 12 of 12) sorted by relevance

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc742 std::string label; in BuildLabel() local
745 label += "-"; in BuildLabel()
747 if (!label.empty()) { in BuildLabel()
748 label.pop_back(); in BuildLabel()
750 return label; in BuildLabel()
2183 std::string label; in block_cache_trace_analyzer_tool() local
2218 std::string label; in block_cache_trace_analyzer_tool() local
2229 std::string label; in block_cache_trace_analyzer_tool() local
2240 std::string label; in block_cache_trace_analyzer_tool() local
2266 std::string label; in block_cache_trace_analyzer_tool() local
[all …]
Dblock_cache_trace_analyzer_plot.py134 def sanitize(label): argument
138 for i in range(len(label)):
139 if label[i] == "_":
143 data = label[index:]
360 label = label[: len(label) - len("_correlation_input")]
370 label,
381 label,
392 label,
403 label,
414 label,
[all …]
Dblock_cache_trace_analyzer.h257 void WriteAccessTimeline(const std::string& label, uint64_t time_unit,
332 const std::string& label, const std::vector<uint64_t>& time_buckets,
359 const std::vector<uint64_t>& access_timeline, const std::string& label,
364 const std::string& label,
Dblock_cache_trace_analyzer_test.cc505 std::string label; in TEST_F() local
506 ASSERT_TRUE(getline(label_percent, label, ',')); in TEST_F()
/rocksdb-6.9/port/
Dport_posix.cc46 static int PthreadCall(const char* label, int result) { in PthreadCall() argument
48 fprintf(stderr, "pthread %s: %s\n", label, strerror(result)); in PthreadCall()
/rocksdb-6.9/util/
Dthreadpool_imp.h91 static void PthreadCall(const char* label, int result);
Dthreadpool_imp.cc37 void ThreadPoolImpl::PthreadCall(const char* label, int result) { in PthreadCall() argument
39 fprintf(stderr, "pthread %s: %s\n", label, strerror(result)); in PthreadCall()
/rocksdb-6.9/docs/_sass/
D_reset.scss8 fieldset, form, label, legend,
/rocksdb-6.9/port/win/
Denv_win.cc61 void WinthreadCall(const char* label, std::error_code result) { in WinthreadCall() argument
63 fprintf(stderr, "pthread %s: %s\n", label, strerror(result.value())); in WinthreadCall()
/rocksdb-6.9/db/
Ddb_test_util.cc1158 void DBTestBase::DumpFileCounts(const char* label) { in DumpFileCounts() argument
1159 fprintf(stderr, "---\n%s:\n", label); in DumpFileCounts()
Ddb_test_util.h916 void DumpFileCounts(const char* label);
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3408 const char* label = labels.c_str(); in Crc32c() local
3422 thread->stats.AddMessage(label); in Crc32c()
3428 const char* label = "(4K per op)"; in xxHash() local
3441 thread->stats.AddMessage(label); in xxHash()