This class contains various display information. More...
This class contains various display information.
enum DetectionState |
unsigned long long int getAvailablePageFileSize | ( | ) |
unsigned long long int getAvailablePhysicalMemory | ( | ) |
unsigned long long int getAvailableProcessVirtualMemory | ( | ) |
unsigned int getCpuBrandIndex | ( | ) |
string getCpuBrandString | ( | ) |
unsigned long long int getCpuFrequency | ( | ) |
unsigned int getCpuIdData | ( | int | index | ) |
Returns part of cpu id binary data based on the index.
int getCpuIdSize | ( | ) |
Returns the number of 32-bit values for cpu id binary data.
int getCpuIdVersion | ( | ) |
unsigned long long int getCpuTime | ( | ) |
string getCpuVendorString | ( | ) |
unsigned int getCpuVersionInformation | ( | ) |
unsigned long long int getCurrentCpuFrequency | ( | ) |
int getDeviceId | ( | ) |
int getDisplayModeBitsPerPixel | ( | int | display_index | ) |
int getDisplayModeFullscreenOnly | ( | int | display_index | ) |
int getDisplayModeHeight | ( | int | display_index | ) |
int getDisplayModeRefreshRate | ( | int | display_index | ) |
int getDisplayModeWidth | ( | int | display_index | ) |
int getDisplayState | ( | ) |
int getDriverBuild | ( | ) |
int getDriverDateDay | ( | ) |
int getDriverDateYear | ( | ) |
int getDriverProduct | ( | ) |
int getDriverVersion | ( | ) |
unsigned long long int getMaximumCpuFrequency | ( | ) |
int getMemoryLoad | ( | ) |
int getNumCpuCores | ( | ) |
Returns the number of individual CPU cores in the system, or 0 if this number is not available.
A hyperthreaded CPU counts once here.
int getNumLogicalCpus | ( | ) |
Returns the number of logical CPU's in the system, or 0 if this number is not available.
A hyperthreaded CPU counts as two or more here.
int getOsPlatformId | ( | ) |
Returns -1 if not set.
int getOsVersionBuild | ( | ) |
Returns -1 if not set.
int getOsVersionMajor | ( | ) |
Returns -1 if not set.
int getOsVersionMinor | ( | ) |
Returns -1 if not set.
unsigned long long int getPageFaultCount | ( | ) |
unsigned long long int getPageFileSize | ( | ) |
unsigned long long int getPageFileUsage | ( | ) |
unsigned long long int getPeakPageFileUsage | ( | ) |
unsigned long long int getPeakProcessMemory | ( | ) |
unsigned long long int getPhysicalMemory | ( | ) |
unsigned long long int getProcessMemory | ( | ) |
unsigned long long int getProcessVirtualMemory | ( | ) |
int getShaderModel | ( | ) |
int getTextureMemory | ( | ) |
int getVendorId | ( | ) |
int getVideoMemory | ( | ) |
updateCpuFrequency | ( | int | processor_number | ) |