##// END OF EJS Templates
trial newline
Arya -
Show More
@@ -1032,8 +1032,8 b' class ExecutionMagics(Magics):'
1032 1032 %timeit [-n<N> -r<R> [-t|-c] -q -p<P> -o] statement
1033 1033 or in cell mode:
1034 1034 %%timeit [-n<N> -r<R> [-t|-c] -q -p<P> -o] setup_code
1035 code
1036 code...
1035 code
1036 code...
1037 1037
1038 1038 Time execution of a Python statement or expression using the timeit
1039 1039 module. This function can be used both as a line and cell magic:
General Comments 0
You need to be logged in to leave comments. Login now