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

  /external/google-benchmark/include/benchmark/
reporter.h 34 double mhz_per_cpu; member in struct:benchmark::BenchmarkReporter::Context
  /external/google-benchmark/src/
console_reporter.cc 33 std::cerr << "Run on (" << context.num_cpus << " X " << context.mhz_per_cpu
csv_reporter.cc 30 std::cerr << "Run on (" << context.num_cpus << " X " << context.mhz_per_cpu
json_reporter.cc 70 << FormatKV("mhz_per_cpu", RoundDouble(context.mhz_per_cpu))
benchmark.cc 803 context.mhz_per_cpu = CyclesPerSecond() / 1000000.0f;

Completed in 56 milliseconds