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

References

utils/benchmark/include/benchmark/benchmark.h
 1250   static const CPUInfo& Get();
 1265     CPUInfo const& cpu_info;
utils/benchmark/src/benchmark_register.cc
  435   thread_counts_.push_back(CPUInfo::Get().num_cpus);
utils/benchmark/src/json_reporter.cc
   84   CPUInfo const& info = context.cpu_info;
utils/benchmark/src/reporter.cc
   43   const CPUInfo &info = context.cpu_info;
   73 BenchmarkReporter::Context::Context() : cpu_info(CPUInfo::Get()) {}
utils/benchmark/src/sysinfo.cc
  244 std::vector<CPUInfo::CacheInfo> GetCacheSizesFromKVFS() {
  245   std::vector<CPUInfo::CacheInfo> res;
  249     CPUInfo::CacheInfo info;
  357 std::vector<CPUInfo::CacheInfo> GetCacheSizes() {
  574 const CPUInfo& CPUInfo::Get() {
  575   static const CPUInfo* info = new CPUInfo();
  575   static const CPUInfo* info = new CPUInfo();