Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc204 : correlation_map(kTaTypeNum, std::vector<int>(kTaTypeNum, -1)) {} in AnalyzerOptions()
296 ta_.resize(kTaTypeNum); in TraceAnalyzer()
345 for (int i = 0; i < kTaTypeNum; i++) { in TraceAnalyzer()
524 for (int type = 0; type < kTaTypeNum; type++) { in MakeStatistics()
798 qps_ave_.resize(kTaTypeNum + 1); in MakeStatisticQPS()
800 for (int type = 0; type < kTaTypeNum; type++) { in MakeStatisticQPS()
939 if (type < kTaTypeNum) { in MakeStatisticQPS()
1336 if (type_second >= kTaTypeNum) { in StatsUnitCorrelationUpdate()
1771 if (qps_ave_.size() == kTaTypeNum + 1) { in PrintStatistics()
1899 if (qps_peak_.size() == kTaTypeNum + 1) { in PrintStatistics()
[all …]
Dtrace_analyzer_tool.h35 kTaTypeNum = 8 enumerator