Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A 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()