Home
last modified time | relevance | path

Searched refs:v_correlation (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc776 i >= static_cast<int>(unit.v_correlation.size())) { in MakeStatisticCorrelation()
779 stats.correlation_output[i].first += unit.v_correlation[i].count; in MakeStatisticCorrelation()
780 stats.correlation_output[i].second += unit.v_correlation[i].total_ts; in MakeStatisticCorrelation()
1196 unit.v_correlation.resize(analyzer_opts_.correlation_list.size()); in KeyStatsInsertion()
1199 unit.v_correlation[i].count = 0; in KeyStatsInsertion()
1200 unit.v_correlation[i].total_ts = 0; in KeyStatsInsertion()
1359 correlation_id >= static_cast<int>(unit.v_correlation.size())) { in StatsUnitCorrelationUpdate()
1362 unit.v_correlation[correlation_id].count++; in StatsUnitCorrelationUpdate()
1363 unit.v_correlation[correlation_id].total_ts += in StatsUnitCorrelationUpdate()
Dtrace_analyzer_tool.h58 std::vector<TypeCorrelation> v_correlation; member