Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dstatistics.cc136 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
179 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
188 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
Dcomplexity.cc175 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
207 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
232 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
Dreporter.cc109 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime()
Dconsole_reporter.cc154 (100. * result.cpu_accumulated_time), "%"); in PrintRunData()
Dbenchmark_runner.cc94 report.cpu_accumulated_time = results.cpu_time_used; in CreateRunReport()
Djson_reporter.cc279 out << indent << FormatKV("cpu_time", run.cpu_accumulated_time); in PrintRunData()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1535 cpu_accumulated_time(0), in Run()
1562 double cpu_accumulated_time; member