GetGPUClockSpeedRange

Gets the minimum and maximum GPU clock speed on a GPU.

Syntax

Copied!

ADLX_RESULT     GetGPUClockSpeedRange (adlx_int* minValue, adlx_int* maxValue)

Parameters

  1. [out] minValue adlx_int* The pointer to a variable where the minimum GPU clock speed (in MHz) is returned.

  2. [out] maxValue adlx_int* The pointer to a variable where the maximum GPU clock speed (in MHz) is returned.

Return Value

If the GPU clock speed range is successfully returned, ADLX_OK is returned.

If the GPU clock speed range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The minimum and maximum GPU clock speed are read only.

Requirements

Header

include “IPerformanceMonitoring.h”

Minimum version

1.0