Searched refs:timeit (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | Exceptions.py | 696 import timeit 697 timeit.TestClass = TryRaiseExcept 698 timeit.main(['-s', 'test = TestClass(); test.rounds = 1000',
|
D | Calls.py | 473 import timeit 475 timeit.TestClass = PythonFunctionCalls 476 timeit.main(['-s', 'test = TestClass(); test.rounds = 1000', 559 timeit.main(['-s', setup,
|
D | README | 352 - compared results with timeit.py and confirmed measurements
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | timeit.py | 178 def timeit(self, number=default_number): member in Timer 221 t = self.timeit(number) 225 def timeit(stmt="pass", setup="pass", timer=default_timer, function 228 return Timer(stmt, setup, timer).timeit(number) 298 x = t.timeit(number)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_sundry.py | 76 import timeit
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | listsort.txt | 616 def timeit(values, method): 636 t, c = timeit(x, 'sort') 640 t, c = timeit(x, 'msort')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | listsort.txt | 619 def timeit(values, method): 639 t, c = timeit(x, 'sort') 643 t, c = timeit(x, 'msort')
|