Skip to content

IADLXGPUMetricsSupport3

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance Monitoring

The IADLXGPUMetricsSupport3 is an extension interface to IADLXGPUMetricsSupport. It provides methods to determine if fan duty reporting is supported on a GPU.

InterfaceId:IADLXGPUMetricsSupport3
Smart Pointer Interface Name:IADLXGPUMetricsSupport3Ptr
Inherits:IADLXGPUMetricsSupport2
Inherited By:N/A

The IADLXGPUMetricsSupport3 interface is obtained from the IADLXGPUMetricsSupport interface or from any of its extension interfaces using QueryInterface.

Methods

MethodDescription
GetGPUFanDutyRangeGets the minimum and maximum GPU fan duty value range on a GPU.
IsSupportedGPUFanDutyChecks if GPU fan duty metric reporting is supported on a GPU.

Requirements

Headerinclude “IPerformanceMonitoring3.h”
Minimum version1.5

Example

To see how to use this interface in a C++ application, refer to the PerfGPUMetrics C++ sample.

For a C application, refer to the PerfGPUMetrics C sample.

Subpages

API Reference

This page references: