protobuf
third_party
benchmark
src
sysinfo.h
Go to the documentation of this file.
1
#ifndef BENCHMARK_SYSINFO_H_
2
#define BENCHMARK_SYSINFO_H_
3
4
namespace
benchmark
{
5
int
NumCPUs
();
6
double
CyclesPerSecond
();
7
bool
CpuScalingEnabled
();
8
}
// end namespace benchmark
9
10
#endif // BENCHMARK_SYSINFO_H_
benchmark
Definition:
benchmark.h:241
benchmark::CpuScalingEnabled
bool CpuScalingEnabled()
Definition:
sysinfo.cc:336
benchmark::CyclesPerSecond
double CyclesPerSecond(void)
Definition:
sysinfo.cc:316
benchmark::NumCPUs
int NumCPUs(void)
Definition:
sysinfo.cc:321
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:59