Home
last modified time | relevance | path

Searched refs:timeit (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DExceptions.py696 import timeit
697 timeit.TestClass = TryRaiseExcept
698 timeit.main(['-s', 'test = TestClass(); test.rounds = 1000',
DCalls.py473 import timeit
475 timeit.TestClass = PythonFunctionCalls
476 timeit.main(['-s', 'test = TestClass(); test.rounds = 1000',
559 timeit.main(['-s', setup,
DREADME352 - compared results with timeit.py and confirmed measurements
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtimeit.py178 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/
Dtest_sundry.py76 import timeit
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt616 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/
Dlistsort.txt619 def timeit(values, method):
639 t, c = timeit(x, 'sort')
643 t, c = timeit(x, 'msort')