Skip to content

IADLXGPUMetricsSupport2

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance Monitoring

The IADLXGPUMetricsSupport2 is an extension interface to IADLXGPUMetricsSupport. It provides methods to discover if reporting the shared GPU memory is supported on a GPU.

InterfaceId:IADLXGPUMetricsSupport2
Smart Pointer Interface Name:IADLXGPUMetricsSupport2Ptr
Inherits:IADLXGPUMetricsSupport1
Inherited By:IADLXGPUMetricsSupport3

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

Methods

MethodDescription
GetGPUSharedMemoryRangeGets the minimum and maximum shared GPU memory on a GPU.
IsSupportedGPUSharedMemoryChecks if the shared GPU memory metric reporting is supported on a GPU.

Requirements

Headerinclude “IPerformanceMonitoring3.h”
Minimum version1.4

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: