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.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • last_seen_time_stamp (unsigned long long) – Return only samples with timestamp greater than last_seen_time_stamp.

Returns:

Pointer to caller-supplied buffer in which guest process utilization samples are returned.

Return type:

nvmlProcessUtilizationSample_t

See also

nvmlDeviceGetProcessUtilization