Home
last modified time | relevance | path

Searched refs:scaling_enabled (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dreporter.cc58 if (info.scaling_enabled) { in PrintBasicContext()
H A Djson_reporter.cc91 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) in ReportContext()
H A Dsysinfo.cc583 scaling_enabled(CpuScalingEnabled(num_cpus)) {} in CPUInfo()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dreporter.cc67 if (info.scaling_enabled) { in PrintBasicContext()
H A Djson_reporter.cc98 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) in ReportContext()
H A Dsysinfo.cc640 scaling_enabled(CpuScalingEnabled(num_cpus)), in CPUInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1247 bool scaling_enabled; member
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1286 bool scaling_enabled; member