grpc
third_party
protobuf
third_party
benchmark
src
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:
bm_alarm.cc:55
benchmark::CpuScalingEnabled
bool CpuScalingEnabled()
Definition:
bloaty/third_party/protobuf/third_party/benchmark/src/sysinfo.cc:336
benchmark::CyclesPerSecond
double CyclesPerSecond(void)
Definition:
bloaty/third_party/protobuf/third_party/benchmark/src/sysinfo.cc:316
benchmark::NumCPUs
int NumCPUs(void)
Definition:
bloaty/third_party/protobuf/third_party/benchmark/src/sysinfo.cc:321
grpc
Author(s):
autogenerated on Fri May 16 2025 03:00:24