Skip to content

IADLXSystemMetrics1

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance Monitoring

The IADLXSystemMetrics1 is an extension interface to IADLXSystemMetrics. It provides the power distribution of a system metric sample.

InterfaceId:IADLXSystemMetrics1
Smart Pointer Interface Name:IADLXSystemMetrics1Ptr
Inherits:IADLXSystemMetrics
Inherited By:N/A

The IADLXSystemMetrics1 interface is obtained from the IADLXSystemMetrics using QueryInterface.

Methods

MethodDescription
PowerDistributionGets the distribution of power between CPU and GPU of a system metric sample.

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

  • PowerDistribution - Gets the distribution of power between CPU and GPU of a system metric sample.

See Also: QueryInterface, IADLXSystemMetrics, PowerDistribution, PerfSystemMetrics, PerfSystemMetrics