#include <Info.h>
Static Public Attributes | |
static uint | ProcessorCount = 2 |
Number of logical CPUs. | |
static std::string | ProcessorName = "NotPopulated" |
Name of the CPU. | |
static uint | ProcessorBogomips = 3456 |
Very rough speed approximation of one CPU. | |
static uint | MemoryPhysicalTotal = 789 |
The amount of physical memory the machine has. | |
static uint | MemorySwapTotal = 345 |
The amount of swap memorf the machine has. | |
static std::string | OperatingSystemName = "NotPopulated" |
Name of the operating system. | |
static bool | SuggestSleepInSpinlock = false |
Heuristic: Suggestion of whether to yield in a spinlock. |