Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dstatistics.cc137 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
180 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
189 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.cc113 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime()
Dconsole_reporter.cc170 (100. * result.cpu_accumulated_time), "%"); in PrintRunData()
Djson_reporter.cc275 out << indent << FormatKV("cpu_time", run.cpu_accumulated_time); in PrintRunData()
Dbenchmark_runner.cc99 report.cpu_accumulated_time = results.cpu_time_used; in CreateRunReport()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1749 cpu_accumulated_time(0), in Run()
1776 double cpu_accumulated_time; member