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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.cc 199 Stat1_d(run.cpu_accumulated_time / run.iterations, 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;
reporter.cc 63 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
benchmark.cc 248 report.cpu_accumulated_time = results.cpu_time_used;
  /external/google-benchmark/src/
complexity.cc 169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
190 big_o.cpu_accumulated_time = result_cpu.coef;
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier;
reporter.cc 76 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
statistics.cc 128 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time);
156 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat);
benchmark.cc 250 report.cpu_accumulated_time = results.cpu_time_used;
  /external/libcxx/utils/google-benchmark/src/
complexity.cc 169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
190 big_o.cpu_accumulated_time = result_cpu.coef;
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier;
reporter.cc 76 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
statistics.cc 128 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time);
156 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat);
benchmark.cc 250 report.cpu_accumulated_time = results.cpu_time_used;
  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 87 report.cpu_accumulated_time = durationInS;
101 reports[0].cpu_accumulated_time = durationInS;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h 50 cpu_accumulated_time(0),
69 double cpu_accumulated_time; member in struct:benchmark::BenchmarkReporter::Run
  /external/google-benchmark/include/benchmark/
benchmark.h     [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h     [all...]

Completed in 192 milliseconds