IADLXSystemMetrics
Navigation: ADLX SDK References → ADLX Interfaces → Performance Monitoring
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: | IADLXInterface |
Inherited By: | IADLXSystemMetrics1 |
Methods
Method | Description |
---|---|
CPUUsage | Gets the CPU usage of a system metric sample. |
SmartShift | Gets the SmartShift value of a system metric sample. |
SystemRAM | Gets the system RAM of a system metric sample. |
TimeStamp | 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.
Subpages
- CPUUsage - Gets the CPU usage of a system metric sample.
- SmartShift - Gets the SmartShift value of a system metric sample.
- SystemRAM - Gets the system RAM of a system metric sample.
- TimeStamp - Gets the timestamp of a system metric sample.
API Reference
This page references: