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: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the reference counted FPS metrics interface of a metric sample. |
|
Gets the reference counted GPU metrics interface of a metric sample. |
|
Gets the reference counted system metrics interface of a metric sample. |
|
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 .