cuda.bindings.nvml.vgpu_instance_get_accounting_stats#

cuda.bindings.nvml.vgpu_instance_get_accounting_stats(
unsigned int vgpu_instance,
unsigned int pid,
)#

Queries process’s accounting stats.

Parameters:
  • vgpu_instance (unsigned int) – The identifier of the target vGPU instance.

  • pid (unsigned int) – Process Id of the target process to query stats for.

Returns:

Reference in which to return the process’s accounting stats.

Return type:

nvmlAccountingStats_t

See also

nvmlVgpuInstanceGetAccountingStats