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

  /external/google-benchmark/src/
reporter.cc 39 Out << "Run on (" << context.num_cpus << " X " << context.mhz_per_cpu
json_reporter.cc 73 out << indent << FormatKV("mhz_per_cpu", RoundDouble(context.mhz_per_cpu))
benchmark.cc 494 context.mhz_per_cpu = CyclesPerSecond() / 1000000.0f;
  /external/libcxx/utils/google-benchmark/src/
reporter.cc 39 Out << "Run on (" << context.num_cpus << " X " << context.mhz_per_cpu
json_reporter.cc 73 out << indent << FormatKV("mhz_per_cpu", RoundDouble(context.mhz_per_cpu))
benchmark.cc 472 context.mhz_per_cpu = CyclesPerSecond() / 1000000.0f;
  /test/vts/utils/python/performance/
benchmark_parser.py 28 "mhz_per_cpu": 19,
  /external/google-benchmark/include/benchmark/
reporter.h 37 double mhz_per_cpu; member in struct:benchmark::BenchmarkReporter::Context
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 36 double mhz_per_cpu; member in struct:benchmark::BenchmarkReporter::Context
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 324 context.mhz_per_cpu = benchmark::CyclesPerSecond() / 1000000.0f;

Completed in 318 milliseconds