SparseLibrary
Version 1.6.0
|
Singleton class to get info on the current system. More...
#include <MachineInfo.hpp>
Public Member Functions | |
unsigned long int | cores () const |
The number of available cores. | |
Static Public Member Functions | |
static const MachineInfo & | getInstance () |
Gets a singleton instance. | |
Static Protected Member Functions | |
static void | load () |
Intialises the singleton instance. | |
Protected Attributes | |
unsigned long int | P |
The number of available cores on this machine. | |
Singleton class to get info on the current system.