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