Searched refs:label (Results 1 – 12 of 12) sorted by relevance
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer.cc | 742 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 …]
|
| D | block_cache_trace_analyzer_plot.py | 134 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 …]
|
| D | block_cache_trace_analyzer.h | 257 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,
|
| D | block_cache_trace_analyzer_test.cc | 505 std::string label; in TEST_F() local 506 ASSERT_TRUE(getline(label_percent, label, ',')); in TEST_F()
|
| /rocksdb-6.9/port/ |
| D | port_posix.cc | 46 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/ |
| D | threadpool_imp.h | 91 static void PthreadCall(const char* label, int result);
|
| D | threadpool_imp.cc | 37 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.scss | 8 fieldset, form, label, legend,
|
| /rocksdb-6.9/port/win/ |
| D | env_win.cc | 61 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/ |
| D | db_test_util.cc | 1158 void DBTestBase::DumpFileCounts(const char* label) { in DumpFileCounts() argument 1159 fprintf(stderr, "---\n%s:\n", label); in DumpFileCounts()
|
| D | db_test_util.h | 916 void DumpFileCounts(const char* label);
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 3408 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()
|