#include <Info.h>
Static Public Attributes | |
| static unsigned int | ProcessorCount = 2 |
| Number of logical CPUs. | |
| static std::string | ProcessorName = "NotPopulated" |
| Name of the CPU. | |
| static unsigned int | ProcessorBogomips = 3456 |
| Very rough speed approximation of one CPU. | |
| static unsigned int | MemoryPhysicalTotal = 789 |
| The amount of physical memory the machine has. | |
| static unsigned int | 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. | |
1.5.3