You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

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