GPUTemperature
Gets the GPU temperature of a GPU metric sample.
GPUTemperature reports the average temperature measured at the edge of the die of the GPU. This is sometimes referred to as ‘Edge Temperature’.
Syntax
ADLX_RESULT GPUTemperature (adlx_double* data)
Parameters
-
[out]
data adlx_double* The pointer to a variable where the GPU temperature (in °C) is returned.
Return Value
If the GPU temperature is successfully returned, ADLX_OK is returned.
If the GPU temperature is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Related method: GPUHotspotTemperature , GPUIntakeTemperature .
Requirements
Header |
include “IPerformanceMonitoring.h” |
Minimum version |
1.0 |