Skip to content

GPUHotspotTemperature

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetrics

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

#DirectionNameTypeDescription
1.[out]dataadlx_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

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: GPUIntakeTemperature, GPUTemperature, ADLX Enums