IADLXSystemMetrics1
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: |
|
Inherited By: |
N/A |
The IADLXSystemMetrics1 interface is obtained from the IADLXSystemMetrics using QueryInterface .
Methods
Method |
Description |
---|---|
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 .