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.
For all products. Returned process name is cropped to provided length. name string is encoded in ANSI.
- Parameters:
pid (unsigned int) – The identifier of the process.
- Returns:
Reference in which to return the process name.
- Return type:
char
See also
nvmlSystemGetProcessName