MPMA::SystemInfo Struct Reference

Information about the system. These are readable anytime after init. Values which are not possible to obtain will be populated with sane defaults. More...

#include <Info.h>

List of all members.

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.


Detailed Description

Information about the system. These are readable anytime after init. Values which are not possible to obtain will be populated with sane defaults.
The documentation for this struct was generated from the following files:
Generated on Sat Oct 20 15:23:30 2007 for MPMA Framework by  doxygen 1.5.3