Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dstatistics.cc101 std::vector<double> real_accumulated_time_stat; in ComputeStats() local
104 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
136 real_accumulated_time_stat.emplace_back(run.real_accumulated_time); in ComputeStats()
179 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); in ComputeStats()