Files
linux-packaging-mono/external/llvm-project/libcxx/utils/google-benchmark/src/sysinfo.h

11 lines
211 B
C
Raw Normal View History

#ifndef BENCHMARK_SYSINFO_H_
#define BENCHMARK_SYSINFO_H_
namespace benchmark {
int NumCPUs();
double CyclesPerSecond();
bool CpuScalingEnabled();
} // end namespace benchmark
#endif // BENCHMARK_SYSINFO_H_