bundles / IPython 9.3.0 / IPython / utils / timing / timings
function
IPython.utils.timing:timings
source: /IPython/utils/timing.py :106
Signature
def timings ( reps , func , * args , ** kw ) → (t_total, t_per_call) Summary
Execute a function reps times, return a tuple with the elapsed total CPU time in seconds and the time per call. These are just the first two values in timings_out().
Aliases
-
IPython.utils.timing.timings