Skip to content

IADLXSystemMetrics

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance 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

MethodDescription
CPUUsageGets the CPU usage of a system metric sample.
SmartShiftGets the SmartShift value of a system metric sample.
SystemRAMGets the system RAM of a system metric sample.
TimeStampGets the timestamp of a system metric sample.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.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: