Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dstatistics.cc94 std::vector<double> cpu_accumulated_time_stat; in ComputeStats() local
99 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/third_party/benchmark/src/
Dstatistics.cc103 std::vector<double> cpu_accumulated_time_stat; in ComputeStats() local
106 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
136 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
179 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()