Show More
@@ -408,7 +408,7 b' def _timer(fm, func, setup=None, title=N' | |||||
408 | count = 0 |
|
408 | count = 0 | |
409 | if profiler is None: |
|
409 | if profiler is None: | |
410 | profiler = NOOPCTX |
|
410 | profiler = NOOPCTX | |
411 |
for i in |
|
411 | for i in range(prerun): | |
412 | if setup is not None: |
|
412 | if setup is not None: | |
413 | setup() |
|
413 | setup() | |
414 | func() |
|
414 | func() |
General Comments 0
You need to be logged in to leave comments.
Login now