Skip to content

GPUTotalBoardPower

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetrics

Syntax

ADLX_RESULT    GPUTotalBoardPower (adlx_double* data)

Parameters

#DirectionNameTypeDescription
1.[out]dataadlx_double*The pointer to a variable where the GPU total board power consumption (in W) is returned.

Return Value

If the GPU total board power is successfully returned, ADLX_OK is returned.

If the GPU total board power is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The method returns power of all components on the board including VRAM.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: ADLX Enums