Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_plot.py153 labels = []
161 labels.append(sanitize(data_rows[0][i]))
169 return x, labels, label_stats
175 labels = []
183 labels.append(sanitize(data_rows[i][0]))
193 return x, labels, label_stats
224 if len(x) == 0 or len(labels) == 0:
236 label=labels[label_index],
286 if labels[i] not in bar_color_maps:
294 color=bar_color_maps[labels[i]],
[all …]
Dblock_cache_trace_analyzer.cc568 labels, cf_name, fd, level, type, in WriteSkewness()
619 if (block.table_id == 0 && labels.find(kGroupbyTable) != labels.end()) { in WriteCorrelationFeatures()
623 if (labels.find(kGroupbyCaller) != labels.end()) { in WriteCorrelationFeatures()
712 std::set<std::string> labels; in ParseLabelStr() local
723 labels.insert(label_name); in ParseLabelStr()
725 return labels; in ParseLabelStr()
743 for (auto const& l : labels) { in BuildLabel()
776 labels->find(kGroupbyTable) != labels->end()) { in TraverseBlocks()
901 if (labels.find("block") != labels.end()) { in WriteAccessTimeline()
960 labels, cf_name, fd, level, type, in WriteReuseDistance()
[all …]
Dblock_cache_trace_analyzer.h321 std::string BuildLabel(const std::set<std::string>& labels,
355 std::set<std::string>* labels = nullptr) const;
Dblock_cache_trace_analyzer_test.cc423 const std::string& labels = test.second; in TEST_F() local
425 std::stringstream ss(labels); in TEST_F()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3407 std::string labels = "(" + ToString(FLAGS_block_size) + " per op)"; in Crc32c() local
3408 const char* label = labels.c_str(); in Crc32c()