Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcomplexity.cc169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
190 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
Dreporter.cc82 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime()
Dbenchmark.cc146 report.cpu_accumulated_time = results.cpu_time_used; in CreateRunReport()
/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/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1266 cpu_accumulated_time(0), in Run()
1285 double cpu_accumulated_time; member
/third_party/benchmark/include/benchmark/
Dbenchmark.h1535 cpu_accumulated_time(0), in Run()
1562 double cpu_accumulated_time; member