bundles / IPython 9.10.0 / IPython / utils / timing / clocku
function
IPython.utils.timing:clocku
source: /IPython/utils/timing.py :31
Signature
def clocku ( ) Summary
clocku() -> floating point number
Extended Summary
Return the USER CPU time in seconds since the start of the process. This is done via a call to resource.getrusage, so it avoids the wraparound problems in time.clock().
Aliases
-
IPython.utils.timing.clocku