reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/benchmark/include/benchmark/benchmark.h
 1250   static const CPUInfo& Get();

References

utils/benchmark/src/benchmark_register.cc
  435   thread_counts_.push_back(CPUInfo::Get().num_cpus);
utils/benchmark/src/reporter.cc
   73 BenchmarkReporter::Context::Context() : cpu_info(CPUInfo::Get()) {}