IADLXSystemMetrics
The IADLXSystemMetrics interface provides information of a system metric sample, such as the timestamp and the CPU usage.
InterfaceId: |
IADLXSystemMetrics |
Smart Pointer Interface Name: |
IADLXSystemMetricsPtr |
Inherits: |
|
Inherited By: |
Methods
Method |
Description |
---|---|
Gets the CPU usage of a system metric sample. |
|
Gets the SmartShift value of a system metric sample. |
|
Gets the system RAM of a system metric sample. |
|
Gets the timestamp of a system metric sample. |
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 .