This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / utils / timing / timing

function

IPython.utils.timing:timing

source: /IPython/utils/timing.py :129

Signature

def   timing ( func : Callable[..., Any] * args : Any ** kw : Any )  →  float

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