Expand description
Resource utilities
Functionsยง
- get_
children_ user_ and_ system_ time - Returns the user and system CPU time used by child processes; expressed as a tuple containing user time and system time, in that order.
- get_
self_ user_ and_ system_ time - Returns the user and system CPU time used by the current process; expressed as a tuple containing user time and system time, in that order.