Searched refs:perf_counter (Results 1 – 25 of 27) 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(),482 time.perf_counter()
1065 times.append(time.perf_counter())
165 start_time = time.perf_counter()183 test_time = time.perf_counter() - start_time
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
171 startTime = time.perf_counter()181 stopTime = time.perf_counter()
215 t0 = time.perf_counter()217 t1 = time.perf_counter()
571 t1 = time.perf_counter()573 t2 = time.perf_counter()575 t3 = time.perf_counter()
709 t0 = time.perf_counter()716 t1 = time.perf_counter()
61 default_timer = time.perf_counter
87 The default timer, which is always :func:`time.perf_counter`.90 :func:`time.perf_counter` is now the default timer.226 instead of :func:`time.perf_counter`, which is the default
158 :func:`perf_counter` or :func:`process_time` instead, depending on your242 * ``'perf_counter'``: :func:`time.perf_counter`307 .. function:: perf_counter() -> float322 Similar to :func:`perf_counter`, but return time as nanoseconds.
669 :func:`time.perf_counter`.
204 from time import perf_counter as clock
244 from time import perf_counter as clock
46 self.__start_time = time.perf_counter()
139 perf_counter(_Py_clock_info_t *info) in perf_counter() function162 return perf_counter(info); in pyclock()1080 return perf_counter(NULL); in time_perf_counter()
457 :func:`time.perf_counter` rather than :func:`time.time` to measure the459 :func:`time.perf_counter` is monotonic.