Obtains system information. More...
#include <gelSystem.h>
Static Public Member Functions | |
static int | numOfProcessors () |
Returns the number of processors in the system. | |
static int | processorType () |
Returns the processor type. | |
static int | totalMemory () |
Returns the total amount of memory in bytes. | |
static int | availableMemory () |
Returns the amount of available memory in bytes. |
Obtains system information.
static int gel::GelSysInfo::numOfProcessors | ( | ) | [static] |
Returns the number of processors in the system.
static int gel::GelSysInfo::processorType | ( | ) | [static] |
Returns the processor type.
static int gel::GelSysInfo::totalMemory | ( | ) | [static] |
Returns the total amount of memory in bytes.
On Windows, the value returned may not be correct.
static int gel::GelSysInfo::availableMemory | ( | ) | [static] |
Returns the amount of available memory in bytes.
On Windows, the value returned may not be correct.
API Documentation by Mark D. Procarione | Generated by |