#include <benchmark.h>
Public Member Functions | |
Context () | |
Public Attributes | |
CPUInfo const & | cpu_info |
bool | cpu_scaling_enabled |
double | mhz_per_cpu |
size_t | name_field_width |
int | num_cpus |
SystemInfo const & | sys_info |
Static Public Attributes | |
static const char * | executable_name |
Definition at line 1414 of file benchmark/include/benchmark/benchmark.h.
benchmark::BenchmarkReporter::Context::Context | ( | ) |
Definition at line 93 of file benchmark/src/reporter.cc.
Definition at line 1415 of file benchmark/include/benchmark/benchmark.h.
bool benchmark::BenchmarkReporter::Context::cpu_scaling_enabled |
Definition at line 1011 of file bloaty/third_party/protobuf/third_party/benchmark/include/benchmark/benchmark.h.
|
static |
Definition at line 1419 of file benchmark/include/benchmark/benchmark.h.
double benchmark::BenchmarkReporter::Context::mhz_per_cpu |
Definition at line 1010 of file bloaty/third_party/protobuf/third_party/benchmark/include/benchmark/benchmark.h.
size_t benchmark::BenchmarkReporter::Context::name_field_width |
Definition at line 1418 of file benchmark/include/benchmark/benchmark.h.
int benchmark::BenchmarkReporter::Context::num_cpus |
Definition at line 1009 of file bloaty/third_party/protobuf/third_party/benchmark/include/benchmark/benchmark.h.
SystemInfo const& benchmark::BenchmarkReporter::Context::sys_info |
Definition at line 1416 of file benchmark/include/benchmark/benchmark.h.