summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/benchmark/src/sysinfo.h
blob: eaf77e07ccb3861827050c2c6c4605e4400bb191 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BENCHMARK_SYSINFO_H_
#define BENCHMARK_SYSINFO_H_

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

#endif  // BENCHMARK_SYSINFO_H_