parent
e5df857cc3
commit
4d891193d1
|
@ -102,7 +102,7 @@ measured. If so, GC can be re-enabled as the first statement in the
|
||||||
When called as a program from the command line, the following form is used:
|
When called as a program from the command line, the following form is used:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
python timeit.py [-n N] [-r N] [-s S] [-t] [-c] [-h] [statement ...]
|
python -m timeit [-n N] [-r N] [-s S] [-t] [-c] [-h] [statement ...]
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
where the following options are understood:
|
where the following options are understood:
|
||||||
|
|
Loading…
Reference in New Issue