Sign in
apache
/
incubator-retired-quickstep
/
refs/heads/RefactorBasicColumnStore-BulkInsert
/
.
/
third_party
/
benchmark
/
src
/
sysinfo.h
blob: f9f63ee26239a252c393d40d8a4cdbda24c499d3 [
file
]
#ifndef
BENCHMARK_SYSINFO_H_
#define
BENCHMARK_SYSINFO_H_
namespace
benchmark
{
double
MyCPUUsage
();
double
ChildrenCPUUsage
();
int
NumCPUs
();
double
CyclesPerSecond
();
}
// end namespace benchmark
#endif
// BENCHMARK_SYSINFO_H_