HomeSort by relevance Sort by last modified time
    Searched refs:cpu_accumulated_time (Results 1 - 9 of 9) sorted by null

  /external/google-benchmark/src/
reporter.cc 63 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
complexity.cc 199 Stat1_d(run.cpu_accumulated_time / run.iterations);
216 mean_data.cpu_accumulated_time =
241 stddev_data.cpu_accumulated_time = cpu_accumulated_time_stat.StdDev();
273 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
294 big_o.cpu_accumulated_time = result_cpu.coef;
312 rms.cpu_accumulated_time = result_cpu.rms / multiplier;
benchmark.cc 253 report.cpu_accumulated_time = results.cpu_time_used;
  /external/libcxx/utils/google-benchmark/src/
reporter.cc 63 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
complexity.cc 183 Stat1_d(run.cpu_accumulated_time / run.iterations, run.iterations);
194 mean_data.cpu_accumulated_time =
214 stddev_data.cpu_accumulated_time = cpu_accumulated_time_stat.StdDev();
241 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
262 big_o.cpu_accumulated_time = result_cpu.coef;
275 rms.cpu_accumulated_time = result_cpu.rms / multiplier;
benchmark.cc 246 report.cpu_accumulated_time = results.cpu_time_used;
  /external/google-benchmark/include/benchmark/
reporter.h 50 cpu_accumulated_time(0),
69 double cpu_accumulated_time; member in struct:benchmark::BenchmarkReporter::Run
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 49 cpu_accumulated_time(0),
67 double cpu_accumulated_time; member in struct:benchmark::BenchmarkReporter::Run
  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 91 report.cpu_accumulated_time = durationInS;
105 reports[0].cpu_accumulated_time = durationInS;

Completed in 102 milliseconds