IADLXSystemMetricsSupport
The IADLXSystemMetricsSupport interface provides methods to discover what performance metrics are supported on the system.
InterfaceId: |
IADLXSystemMetricsSupport |
Smart Pointer Interface Name: |
IADLXSystemMetricsSupportPtr |
Inherits: |
|
Inherited By: |
Methods
Method |
Description |
---|---|
Gets the minimum and maximum CPU usage of a system. |
|
Gets the minimum and maximum SmartShift value of a system. |
|
Gets the minimum and maximum system RAM of a system. |
|
Checks if the CPU usage metric reporting is supported by the system. |
|
Checks if the SmartShift metric reporting is supported by the system. |
|
Checks if the RAM usage metric reporting is supported by the system. |
Requirements
Header |
include “IPerformanceMonitoring.h” |
Minimum version |
1.0 |
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 .