Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc807 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()
841 if (time_line == time_it.first) { in MakeStatisticQPS()
851 std::make_pair(time_it.second, time_it.first)); in MakeStatisticQPS()
[all …]