Sign in
pigweed
/
third_party
/
github
/
google
/
benchmark
/
83ac086fbd96b7c0a4aae91a882fc9cf8cefb26a
/
.
/
src
/
sysinfo.h
blob: c5d9916d2ddea09bfd725679eab99b8b49817e1e [
file
] [
log
] [
blame
]
#ifndef
BENCHMARK_SYSINFO_H_
#define
BENCHMARK_SYSINFO_H_
namespace
benchmark
{
int
NumCPUs
();
double
CyclesPerSecond
();
bool
CpuScalingEnabled
();
}
// end namespace benchmark
#endif
// BENCHMARK_SYSINFO_H_