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.

:param vgpu_instance: The identifier of the target vGPU instance.
:type vgpu_instance: unsigned int
:param pid: Process Id of the target process to query stats for.
:type pid: unsigned int

:returns: Reference in which to return the process's accounting stats.
:rtype: nvmlAccountingStats_t

.. seealso:: `nvmlVgpuInstanceGetAccountingStats`