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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstatistics.cc94 std::vector<double> cpu_accumulated_time_stat; local
99 cpu_accumulated_time_stat.reserve(reports.size());
131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time);
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc93 std::vector<double> cpu_accumulated_time_stat; local
96 cpu_accumulated_time_stat.reserve(reports.size());
126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time);
163 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat);

Completed in 166 milliseconds