IADLXGPUMetricsSupport
The IADLXGPUMetricsSupport interface provides methods to discover what performance metrics are supported on a GPU.
InterfaceId: |
IADLXGPUMetricsSupport |
Smart Pointer Interface Name: |
IADLXGPUMetricsSupportPtr |
Inherits: |
|
Inherited By: |
IADLXGPUMetricsSupport1 |
Methods
Method |
Description |
---|---|
Gets the minimum and maximum GPU clock speed on a GPU. |
|
Gets the minimum and maximum GPU fan speed on a GPU. |
|
Gets the minimum and maximum GPU hotspot temperature on a GPU. |
|
Gets the minimum and maximum GPU intake temperature on a GPU. |
|
Gets the minimum and maximum GPU power consumption on a GPU. |
|
Gets the minimum and maximum GPU temperature on a GPU. |
|
Gets the minimum and maximum GPU total board power consumption on a GPU. |
|
Gets the minimum and maximum GPU usage on a GPU. |
|
Gets the minimum and maximum VRAM clock speed on a GPU. |
|
Gets the minimum and maximum GPU memory on a GPU. |
|
Gets the minimum and maximum GPU voltage on a GPU. |
|
Checks if the GPU clock speed metric reporting is supported on a GPU. |
|
Checks if the GPU fan speed metric reporting is supported on a GPU. |
|
Checks if the GPU hotspot temperature metric reporting is supported on a GPU. |
|
Checks if the GPU intake temperature metric reporting is supported on a GPU. |
|
Checks if the GPU power metric reporting is supported on a GPU. |
|
Checks if the GPU temperature metric reporting is supported on a GPU. |
|
Checks if the GPU total board power metric reporting is supported on a GPU. |
|
Checks if the GPU usage metric reporting is supported on a GPU. |
|
Checks if the GPU VRAM usage metric reporting is supported on a GPU. |
|
Checks if the GPU memory clock speed metric reporting is supported on a GPU. |
|
Checks if the GPU voltage metric reporting is supported on a GPU. |
Requirements
Header |
include “IPerformanceMonitoring.h” |
Minimum version |
1.0 |
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 .