Searched refs:perf_counter (Results 1 – 25 of 35) sorted by relevance
12
17 start = time.perf_counter()20 end = time.perf_counter()25 start = time.perf_counter()28 end = time.perf_counter()33 start = time.perf_counter()36 end = time.perf_counter()
12 t0 = time.perf_counter()18 t1 = time.perf_counter()
60 t0 = time.perf_counter()62 t1 = time.perf_counter()
79 check_ns(time.perf_counter(),474 time.perf_counter()
23 start = time.perf_counter()26 end = time.perf_counter()
66 start = time.perf_counter() # perf_counter_ns() in Python 3.7+69 end = time.perf_counter()
201 start = time.perf_counter()203 end = time.perf_counter()
121 if macosx.isCocoaTk() and (time.perf_counter() - self.perf < .05):208 self.perf = time.perf_counter()
215 t0 = time.perf_counter()217 t1 = time.perf_counter()
19 from time import perf_counter as clock
17 from time import perf_counter as clock, sleep
16 from time import perf_counter as clock
15 from time import sleep, perf_counter as clock
20 from time import perf_counter as clock, sleep
26 from time import perf_counter as clock
124 start_time = time.perf_counter()162 test_time = time.perf_counter() - start_time
171 startTime = time.perf_counter()181 stopTime = time.perf_counter()
845 from time import perf_counter847 t0 = perf_counter()849 t1 = perf_counter()
612 t1 = time.perf_counter()614 t2 = time.perf_counter()616 t3 = time.perf_counter()
62 default_timer = time.perf_counter
91 The default timer, which is always :func:`time.perf_counter`.94 :func:`time.perf_counter` is now the default timer.230 instead of :func:`time.perf_counter`, which is the default
204 from time import perf_counter as clock
250 from time import perf_counter as clock
46 self.__start_time = time.perf_counter()
7 as ``time.monotonic()``, ``time.perf_counter()`` and ``time.process_time()``)