diff --git a/IPython/core/magics/execution.py b/IPython/core/magics/execution.py index c2d3b01..987c637 100644 --- a/IPython/core/magics/execution.py +++ b/IPython/core/magics/execution.py @@ -962,11 +962,12 @@ python-profiler package from non-free.""") body has access to any variables created in the setup code. Options: - -n: execute the given statement times in a loop. If this value - is not given, a fitting value is chosen. + -n: execute the given statement times in a loop. If is not + provided, is determined so as to get sufficient accuracy. - -r: repeat the loop iteration times and take the best result. - Default: 3 + -r: number of repeats , each consisting of loops, and take the + best result. + Default: 7 -t: use time.time to measure the time, which is the default on Unix. This function measures wall time.