bpf::system::CPU struct

Contents

CPU specs structure

Public variables

String Name
fint NumCores
fint Freq

Variable documentation

String bpf::system::CPU::Name

Brand name. In release builds, a generic brand name is populated under Linux and OSX to prevent a bug in GCC itself On ARM based architectures, a generic brand name is populated as ARM instruction set does not provide any way to know the CPU brand name

fint bpf::system::CPU::NumCores

Number of cores (may not be accurate on all systems)

fint bpf::system::CPU::Freq

CPU frequency (may not be accurate on all systems)