Enum nvmlSamplingType
Represents Type of Sampling Event
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public enum nvmlSamplingType
Fields
| Name | Description |
|---|---|
| NVML_DEC_UTILIZATION_SAMPLES | To represent percent of time during which NVDEC remains busy |
| NVML_ENC_UTILIZATION_SAMPLES | To represent percent of time during which NVENC remains busy |
| NVML_GPU_UTILIZATION_SAMPLES | To represent percent of time during which one or more kernels was executing on the GPU |
| NVML_MEMORY_CLK_SAMPLES | To represent memory clock samples |
| NVML_MEMORY_UTILIZATION_SAMPLES | To represent percent of time during which global (device) memory was being read or written |
| NVML_PROCESSOR_CLK_SAMPLES | To represent processor clock samples |
| NVMLOTAL_POWER_SAMPLES | To represent total power drawn by GPU |