Module resource

Module resource 

Source
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.