cuda.core.system.get_process_name#

cuda.core.system.get_process_name(int pid: int) str#

The name of process with given PID.

Parameters:

pid (int) – The PID of the process for which to get the name.

Returns:

name – The process name.

Return type:

str