Skip to content

IADLXSystemMetricsSupport1

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance Monitoring

The IADLXSystemMetricsSupport1 is an extension interface to IADLXSystemMetricsSupport. It provides the method to discover if reporting of power distribution between CPU and GPU is supported on the system.

InterfaceId:IADLXSystemMetricsSupport1
Smart Pointer Interface Name:IADLXSystemMetricsSupport1Ptr
Inherits:IADLXSystemMetricsSupport
Inherited By:N/A

The IADLXSystemMetricsSupport1 interface is obtained from the IADLXSystemMetricsSupport using QueryInterface.

Methods

MethodDescription
IsSupportedPowerDistributionChecks if reporting of power distribution between CPU and GPU is supported on the system.

Requirements

Headerinclude “IPerformanceMonitoring1.h”
Minimum version1.2

Example

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

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

Subpages

See Also: QueryInterface, IADLXSystemMetricsSupport, IsSupportedPowerDistribution, PerfSystemMetrics, PerfSystemMetrics