Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Dstatistics.cc107 std::vector<double> cpu_accumulated_time_stat; in ComputeStats() local
110 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
142 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
185 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()