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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstatistics.cc93 std::vector<double> real_accumulated_time_stat; local
98 real_accumulated_time_stat.reserve(reports.size());
130 real_accumulated_time_stat.emplace_back(run.real_accumulated_time);
158 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc92 std::vector<double> real_accumulated_time_stat; local
95 real_accumulated_time_stat.reserve(reports.size());
125 real_accumulated_time_stat.emplace_back(run.real_accumulated_time);
162 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat);

Completed in 270 milliseconds