|
Cpp-Processing
|
Structure to hold CPU information. More...
#include <CPUInfo.h>
Public Attributes | |
| CPUArch | arch |
| CPUProducer | producer |
| int | n_cpus |
| int | n_cores |
Structure to hold CPU information.
This structure contains details about the CPU architecture, producer, number of logical CPUs, and number of physical CPU cores.
| CPUArch celantur::CPUInfo::arch |
| int celantur::CPUInfo::n_cores |
| int celantur::CPUInfo::n_cpus |
| CPUProducer celantur::CPUInfo::producer |