Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcxx
/
b68e9c13a0fb4fb6587b3bc7d90d546f7af0b51a
/
.
/
utils
/
google-benchmark
/
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_