Sign in
flutter
/
third_party
/
libcxx
/
d7046177930a87cab738862b3f4bec734818fe2e
/
.
/
utils
/
google-benchmark
/
src
/
sysinfo.h
blob: c5d9916d2ddea09bfd725679eab99b8b49817e1e [
file
]
#ifndef
BENCHMARK_SYSINFO_H_
#define
BENCHMARK_SYSINFO_H_
namespace
benchmark
{
int
NumCPUs
();
double
CyclesPerSecond
();
bool
CpuScalingEnabled
();
}
// end namespace benchmark
#endif
// BENCHMARK_SYSINFO_H_