cuda.bindings.nvml.system_get_process_name#

cuda.bindings.nvml.system_get_process_name(unsigned int pid) str#
Gets name of the process with provided process id.

:param pid: The identifier of the process.
:type pid: unsigned int

:returns: Reference in which to return the process name.
:rtype: char

.. seealso:: `nvmlSystemGetProcessName`