Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dstatistics.cc92 std::vector<double> real_accumulated_time_stat; in ComputeStats() local
95 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
125 real_accumulated_time_stat.emplace_back(run.real_accumulated_time); in ComputeStats()
162 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); in ComputeStats()
/external/libcxx/utils/google-benchmark/src/
Dstatistics.cc92 std::vector<double> real_accumulated_time_stat; in ComputeStats() local
95 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
125 real_accumulated_time_stat.emplace_back(run.real_accumulated_time); in ComputeStats()
162 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); in ComputeStats()