Unigine::Plugins::GPUMonitor Class
Header: | #include <plugins/Unigine/GPUMonitor/UnigineGPUMonitor.h> |
GPUMonitor Class
Members
const char * getName ( ) const#
Returns the name of the currently used GPU.Return value
Name of the currently used GPUint getNumAdapters ( ) const#
Returns the number of adapters on the system.Return value
Number of adaptersconst char * getAdapterName ( int num ) const#
Returns the display adapter name based on its ordinal number.Arguments
- int num - Ordinal number that denotes the display adapter. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumAdapters().
Return value
Display adapter namefloat getCoreClock ( int num ) const#
Returns core clock of the selected adapter.Arguments
- int num - Ordinal number that denotes the display adapter. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumAdapters().
Return value
Core clock, i.e. frequency, at which the GPU is running.float getMemoryClock ( int num ) const#
Returns memory clock of the selected adapter.Arguments
- int num - Ordinal number that denotes the display adapter. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumAdapters().
Return value
Memory clock, i.e. how fast the GPU memory is runningfloat getShaderClock ( int num ) const#
Returns shader clock of the selected adapter.Arguments
- int num - Ordinal number that denotes the display adapter. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumAdapters().
Return value
Shader clock, i.e. frequency, at which shader processing units operatefloat getTemperature ( int num ) const#
Returns the GPU temperature of the selected adapter.Arguments
- int num - Ordinal number that denotes the display adapter. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumAdapters().
Return value
GPU temperaturefloat getUtilization ( int num ) const#
Returns the rate of GPU utilization, in percent, of the selected adapter.Arguments
- int num - Ordinal number that denotes the display adapter. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumAdapters().
Return value
GPU utilization rate, in percentfloat getMaxTemperature ( ) #
Returns maximum GPU temperature.Return value
Maximum GPU temperatureLast update:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)