bundles / IPython 9.10.0 / IPython / utils / timing / timing
function
IPython.utils.timing:timing
source: /IPython/utils/timing.py :116
Signature
def timing ( func , * args , ** kw ) Summary
timing(func,*args,**kw) -> t_total
Extended Summary
Execute a function once, return the elapsed total CPU time in seconds. This is just the first value in timings_out().
Aliases
-
IPython.utils.timing.timing