Searched refs:perf_counter (Results 1 – 12 of 12) sorted by relevance
12 t0 = time.perf_counter()18 t1 = time.perf_counter()
60 t0 = time.perf_counter()62 t1 = time.perf_counter()
439 time.perf_counter()
173 t0 = time.perf_counter()175 t1 = time.perf_counter()
919 perf_counter(_Py_clock_info_t *info) in perf_counter() function931 return perf_counter(NULL); in time_perf_counter()1096 obj = perf_counter(&info); in time_get_clock_info()
84 The default timer, which is always :func:`time.perf_counter`.87 :func:`time.perf_counter` is now the default timer.221 instead of :func:`time.perf_counter`, which is the default
162 :func:`perf_counter` or :func:`process_time` instead, depending on your273 * ``'perf_counter'``: :func:`time.perf_counter`339 .. function:: perf_counter()
649 :func:`time.perf_counter`.
63 default_timer = time.perf_counter
105 return time.perf_counter
2061 * :func:`~time.perf_counter`: Performance counter with the highest available2240 :func:`time.perf_counter` or :func:`time.process_time` function instead,
7826 - Issue #14309: Deprecate time.clock(), use time.perf_counter() or7830 time.perf_counter() and time.process_time() functions, and rename