Skip to content

PowerDistribution

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXSystemMetrics1

Syntax

ADLX_RESULT    PowerDistribution (adlx_int* apuShiftValue, adlx_int* gpuShiftValue, adlx_int* apuShiftLimit, adlx_int* gpuShiftLimit, adlx_int* totalShiftLimit)

Parameters

#DirectionNameTypeDescription
1.[out]apuShiftValueadlx_int*The pointer to a variable where the apu shift value is returned.
#DirectionNameTypeDescription
---------------
1.[out]gpuShiftValueadlx_int*The pointer to a variable where the gpu shift value is returned.
#DirectionNameTypeDescription
---------------
1.[out]apuShiftLimitadlx_int*The pointer to a variable where the apu shift limit value is returned.
#DirectionNameTypeDescription
---------------
1.[out]gpuShiftLimitadlx_int*The pointer to a variable where the gpu shift limit value is returned.
#DirectionNameTypeDescription
---------------
1.[out]totalShiftLimitadlx_int*The pointer to a variable where the total shift limit value is returned.

Return Value

If the distribution of power is successfully returned, ADLX_OK is returned.

If the distribution of power is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IPerformanceMonitoring1.h”
Minimum version1.2