Skip to content

GPUTemperature

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetrics

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

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

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: GPUHotspotTemperature, GPUIntakeTemperature, ADLX Enums