Property GpuUtilizationPercent
GpuUtilizationPercent
Gets the current GPU compute utilization as a percentage (0-100), or -1 when utilization data is unavailable (non-NVIDIA backend or NVML query failure). On CUDA backends this maps to the NVML "gpu" utilization rate: the percent of time over the last sample period during which one or more kernels were executing.
public int GpuUtilizationPercent { get; }