cuda.bindings.nvml.device_get_accounting_stats#

cuda.bindings.nvml.device_get_accounting_stats(intptr_t device, unsigned int pid)#
Queries process's accounting stats.

:param device: The identifier of the target device.
:type device: intptr_t
: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:: `nvmlDeviceGetAccountingStats`