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

  /external/google-benchmark/src/
reporter.cc 44 if (context.cpu_scaling_enabled) {
json_reporter.cc 75 out << indent << FormatKV("cpu_scaling_enabled", context.cpu_scaling_enabled)
benchmark.cc 496 context.cpu_scaling_enabled = CpuScalingEnabled();
  /external/libcxx/utils/google-benchmark/src/
reporter.cc 44 if (context.cpu_scaling_enabled) {
json_reporter.cc 75 out << indent << FormatKV("cpu_scaling_enabled", context.cpu_scaling_enabled)
benchmark.cc 474 context.cpu_scaling_enabled = CpuScalingEnabled();
  /test/vts/utils/python/performance/
benchmark_parser.py 29 "cpu_scaling_enabled": true,
  /external/google-benchmark/include/benchmark/
reporter.h 38 bool cpu_scaling_enabled; member in struct:benchmark::BenchmarkReporter::Context
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 37 bool cpu_scaling_enabled; member in struct:benchmark::BenchmarkReporter::Context
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 325 context.cpu_scaling_enabled = benchmark::CpuScalingEnabled();

Completed in 536 milliseconds