IADLXGPUMetrics1
The IADLXGPUMetrics1 is an extension interface to IADLXGPUMetrics . It provides the GPU memory temperature, the neural processing unit (NPU) activity level, and the NPU frequency of a GPU metric sample.
InterfaceId: |
IADLXGPUMetrics1 |
Smart Pointer Interface Name: |
IADLXGPUMetrics1Ptr |
Inherits: |
|
Inherited By: |
The IADLXGPUMetrics1 interface is obtained from the IADLXGPUMetrics using QueryInterface .
Methods
Method |
Description |
---|---|
Gets the GPU memory temperature of a GPU metric sample. |
|
Gets the NPU activity level of a GPU metric sample. |
|
Gets the NPU frequency of a GPU metric sample. |
Requirements
Header |
include “IPerformanceMonitoring2.h” |
Minimum version |
1.3 |
Example
To see how to use this interface in a C++ application, refer to the PerfGPUMetrics C++ sample .
For a C application, refer to the PerfGPUMetrics C sample .