Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dreporter.cc45 Stat1_d(run.cpu_accumulated_time/run.iterations, run.iterations); in ComputeStats()
55 mean_data->cpu_accumulated_time = cpu_accumulated_time_stat.Mean() * in ComputeStats()
74 stddev_data->cpu_accumulated_time = in ComputeStats()
Dconsole_reporter.cc101 result.cpu_accumulated_time * multiplier); in PrintRunData()
106 (result.cpu_accumulated_time * multiplier) / in PrintRunData()
Dbenchmark.cc659 const double cpu_accumulated_time = timer_manager->cpu_time_used(); in RunBenchmark() local
663 VLOG(2) << "Ran in " << cpu_accumulated_time << "/" in RunBenchmark()
667 double seconds = cpu_accumulated_time; in RunBenchmark()
703 report.cpu_accumulated_time = cpu_accumulated_time; in RunBenchmark()
Dcsv_reporter.cc70 double cpu_time = run.cpu_accumulated_time * multiplier; in PrintRunData()
Djson_reporter.cc124 double cpu_time = run.cpu_accumulated_time * multiplier; in PrintRunData()
/external/google-benchmark/include/benchmark/
Dreporter.h45 cpu_accumulated_time(0), in Run()
54 double cpu_accumulated_time; member