Lines Matching refs:time_it
807 for (auto& time_it : stat.second.a_qps_stats) { in MakeStatisticQPS() local
808 if (time_it.first >= duration) { in MakeStatisticQPS()
811 type_qps[time_it.first][kTaTypeNum] += time_it.second; in MakeStatisticQPS()
812 type_qps[time_it.first][type] += time_it.second; in MakeStatisticQPS()
813 cf_qps_sum += time_it.second; in MakeStatisticQPS()
814 if (time_it.second > stat.second.a_peak_qps) { in MakeStatisticQPS()
815 stat.second.a_peak_qps = time_it.second; in MakeStatisticQPS()
818 while (time_line < time_it.first) { in MakeStatisticQPS()
831 ret = snprintf(buffer_, sizeof(buffer_), "%u\n", time_it.second); in MakeStatisticQPS()
841 if (time_line == time_it.first) { in MakeStatisticQPS()
851 std::make_pair(time_it.second, time_it.first)); in MakeStatisticQPS()
854 stat.second.top_k_qps_sec.top().first < time_it.second) { in MakeStatisticQPS()
857 std::make_pair(time_it.second, time_it.first)); in MakeStatisticQPS()