Lines Matching refs:kTaTypeNum

204     : 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()
794 duration, std::vector<uint32_t>(kTaTypeNum + 1, 0)); in MakeStatisticQPS()
795 std::vector<uint64_t> qps_sum(kTaTypeNum + 1, 0); in MakeStatisticQPS()
796 std::vector<uint32_t> qps_peak(kTaTypeNum + 1, 0); in MakeStatisticQPS()
797 qps_ave_.resize(kTaTypeNum + 1); in MakeStatisticQPS()
799 for (int type = 0; type < kTaTypeNum; type++) { in MakeStatisticQPS()
810 type_qps[time_it.first][kTaTypeNum] += time_it.second; in MakeStatisticQPS()
937 for (int type = 0; type <= kTaTypeNum; type++) { in MakeStatisticQPS()
938 if (type < kTaTypeNum) { in MakeStatisticQPS()
987 for (int type = 0; type <= kTaTypeNum; type++) { in MakeStatisticQPS()
1010 for (int type = 0; type < kTaTypeNum; type++) { in ReProcessing()
1050 std::vector<std::string> prefix(kTaTypeNum); in ReProcessing()
1073 for (int type = 0; type < kTaTypeNum; type++) { in ReProcessing()
1133 for (int type = 0; type < kTaTypeNum; type++) { in ReProcessing()
1330 if (type_second >= kTaTypeNum) { in StatsUnitCorrelationUpdate()
1335 for (int type_first = 0; type_first < kTaTypeNum; type_first++) { in StatsUnitCorrelationUpdate()
1447 for (int type = 0; type < kTaTypeNum; type++) { in CloseOutputFiles()
1755 for (int type = 0; type < kTaTypeNum; type++) { in PrintStatistics()
1764 if (qps_ave_.size() == kTaTypeNum + 1) { in PrintStatistics()
1892 if (qps_peak_.size() == kTaTypeNum + 1) { in PrintStatistics()
1893 printf("Average QPS per second: %f Peak QPS: %u\n", qps_ave_[kTaTypeNum], in PrintStatistics()
1894 qps_peak_[kTaTypeNum]); in PrintStatistics()
1901 for (int type = 0; type < kTaTypeNum; type++) { in PrintStatistics()