Skip to content

GPUVRAMClockSpeed

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetrics

Syntax

ADLX_RESULT    GPUVRAMClockSpeed (adlx_int* data)

Parameters

#DirectionNameTypeDescription
1.[out]dataadlx_int*GPU Memory The pointer to a variable where the VRAM clock speed (in MHz) is returned.

Return Value

If the VRAM clock speed is successfully returned, ADLX_OK is returned.

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

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: ADLX Enums