Show More
@@ -61,12 +61,12 b' class TimeitResult(object):' | |||||
61 | """ |
|
61 | """ | |
62 | Object returned by the timeit magic with info about the run. |
|
62 | Object returned by the timeit magic with info about the run. | |
63 |
|
63 | |||
64 | Contain the following attributes : |
|
64 | Contains the following attributes : | |
65 |
|
65 | |||
66 | loops: (int) number of loop done per measurement |
|
66 | loops: (int) number of loops done per measurement | |
67 | repeat: (int) number of time the mesurement has been repeated |
|
67 | repeat: (int) number of times the measurement has been repeated | |
68 |
best: (float) best execu |
|
68 | best: (float) best execution time / number | |
69 |
all_runs: (list of float) execu |
|
69 | all_runs: (list of float) execution time of each run (in s) | |
70 | compile_time: (float) time of statement compilation (s) |
|
70 | compile_time: (float) time of statement compilation (s) | |
71 |
|
71 | |||
72 | """ |
|
72 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now