Home | History | Annotate | Download | only in functional

Lines Matching refs:timeit

42 import timeit
282 timer = timeit.Timer(stmt=RunCommand)
283 return timer.timeit(number=1) * 1000 # Convert seconds to milliseconds.