Searched refs:timeit (Results 1 – 8 of 8) sorted by relevance
312 import timeit358 time = timeit.timeit(stmt, setup=setup)365 time = timeit.timeit(stmt, setup=setup)374 time = timeit.timeit(stmt, setup=setup, number=n)
9 # python3-misc for timeit.py
24 # python3-misc for timeit.py
13 # python3-misc for timeit.py
31 # python3-misc is for Lib/timeit.py which is not split out elsewhere
31 # python3-misc for timeit.py
30 def timeit(f): function
141 @@ -66,41 +69,58 @@ timeit(char *where, size_t size)