IADLXAllMetrics

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

Method

Description

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.

Requirements

Header

include “IPerformanceMonitoring.h”

Minimum version

1.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 .