Searched refs:CPUInfo (Results 1 – 14 of 14) sorted by relevance
219 return CPUInfo::Scaling::UNKNOWN; in CpuScaling()231 return CPUInfo::Scaling::DISABLED; in CpuScaling()233 return CPUInfo::Scaling::UNKNOWN; in CpuScaling()258 std::vector<CPUInfo::CacheInfo> res; in GetCacheSizesFromKVFS()262 CPUInfo::CacheInfo info; in GetCacheSizesFromKVFS()312 CPUInfo::CacheInfo info; in GetCacheSizesMacOSX()345 CPUInfo::CacheInfo C; in GetCacheSizesWindows()375 CPUInfo::CacheInfo info; in GetCacheSizesQNX()707 const CPUInfo& CPUInfo::Get() { in Get()708 static const CPUInfo* info = new CPUInfo(); in Get()[all …]
47 const CPUInfo &info = context.cpu_info; in PrintBasicContext()76 if (CPUInfo::Scaling::ENABLED == info.scaling) { in PrintBasicContext()92 : cpu_info(CPUInfo::Get()), sys_info(SystemInfo::Get()) {} in Context()
139 CPUInfo const& info = context.cpu_info; in ReportContext()146 if (CPUInfo::Scaling::UNKNOWN != info.scaling) { in ReportContext()149 info.scaling == CPUInfo::Scaling::ENABLED ? true : false) in ReportContext()
451 thread_counts_.push_back(CPUInfo::Get().num_cpus); in ThreadPerCpu()
67 static constexpr SparcCPUInfo CPUInfo[] = { variable117 CPUInfo, [Kind](const SparcCPUInfo &Info) { return Info.Kind == Kind; }); in getCPUGeneration()118 if (Item == std::end(CPUInfo)) in getCPUGeneration()125 CPUInfo, [Name](const SparcCPUInfo &Info) { return Info.Name == Name; }); in getCPUKind()127 if (Item == std::end(CPUInfo)) in getCPUKind()134 for (const SparcCPUInfo &Info : CPUInfo) in fillValidCPUList()257 for (const SparcCPUInfo &Info : CPUInfo) in fillValidCPUList()
17 const auto &CpuInfo = benchmark::CPUInfo::Get(); in checkRequirements()18 if (CpuInfo.scaling == benchmark::CPUInfo::ENABLED) in checkRequirements()25 const auto &CpuInfo = benchmark::CPUInfo::Get(); in get()
58 TotalBytes / benchmark::CPUInfo::Get().cycles_per_second, in ~Runner()
142 union CPUInfo { union157 static_assert(sizeof(CPUInfo) == 24, "");178 CPUInfo CPU;
259 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::ArmInfo)260 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::OtherInfo)261 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::X86Info)
163 void yaml::MappingTraits<CPUInfo::ArmInfo>::mapping(IO &IO, in mapping()164 CPUInfo::ArmInfo &Info) { in mapping()199 void yaml::MappingTraits<CPUInfo::OtherInfo>::mapping( in mapping()200 IO &IO, CPUInfo::OtherInfo &Info) { in mapping()235 void yaml::MappingTraits<CPUInfo::X86Info>::mapping(IO &IO, in mapping()236 CPUInfo::X86Info &Info) { in mapping()
1457 struct CPUInfo { struct1473 static const CPUInfo& Get(); argument1476 CPUInfo();1477 BENCHMARK_DISALLOW_COPY_AND_ASSIGN(CPUInfo);1515 CPUInfo const& cpu_info;
258 struct CPUInfo { struct266 constexpr CPUInfo RISCVCPUInfo[] = {
20 The `shlwapi` library (`-lshlwapi`) is required to support a call to `CPUInfo` which reads the regi…
33 auto const& Info = benchmark::CPUInfo::Get(); in AddContextCases()