C++程序  |  11行  |  211 B

#ifndef BENCHMARK_SYSINFO_H_
#define BENCHMARK_SYSINFO_H_

namespace benchmark {
int NumCPUs();
double CyclesPerSecond();
bool CpuScalingEnabled();
}  // end namespace benchmark

#endif  // BENCHMARK_SYSINFO_H_