cuda.bindings.nvml.device_get_process_utilization#

cuda.bindings.nvml.device_get_process_utilization(
intptr_t device,
unsigned long long last_seen_time_stamp,
)#
Retrieves the current utilization and process ID.

:param device: The identifier of the target device.
:type device: intptr_t
:param last_seen_time_stamp: Pointer to caller-supplied buffer in which guest process utilization samples are returned.
:type last_seen_time_stamp: unsigned long long

.. seealso:: `nvmlDeviceGetProcessUtilization`