Skip to content

IADLXAllMetrics

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance Monitoring

The IADLXALLMetrics interface provides methods to access the GPU metrics, system metrics and FPS of a metric sample.

InterfaceId:IADLXAllMetrics
Smart Pointer Interface Name:IADLXAllMetricsPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
GetFPSGets the reference counted FPS metrics interface of a metric sample.
GetGPUMetricsGets the reference counted GPU metrics interface of a metric sample.
GetSystemMetricsGets the reference counted system metrics interface of a metric sample.
TimeStampGets the timestamp of a metric sample.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the PerfAllMetrics C++ sample.

For a C application, refer to the PerfAllMetrics C sample.

Subpages

  • GetFPS - Gets the reference counted FPS metrics interface of a metric sample.
  • GetGPUMetrics - Gets the reference counted GPU metrics interface of a metric sample.
  • GetSystemMetrics - Gets the reference counted system metrics interface of a metric sample.
  • TimeStamp - Gets the timestamp of a metric sample.

API Reference

This page references: