IADLXSystemMetrics1
Navigation: ADLX SDK References → ADLX Interfaces → Performance 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
Method | Description |
---|---|
PowerDistribution | Gets the distribution of power between CPU and GPU of a system metric sample. |
Requirements
Header | include “IPerformanceMonitoring1.h” |
---|---|
Minimum version | 1.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