IADLXSystemMetricsSupport1
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: |
|
Inherited By: |
N/A |
The IADLXSystemMetricsSupport1 interface is obtained from the IADLXSystemMetricsSupport using QueryInterface .
Methods
Method |
Description |
---|---|
Checks if reporting of power distribution between CPU and GPU is supported on the system. |
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 .