Home
last modified time | relevance | path

Searched refs:perf_counter (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/
Dreperf.py12 t0 = time.perf_counter()
18 t1 = time.perf_counter()
Dsortperf.py60 t0 = time.perf_counter()
62 t1 = time.perf_counter()
Dtest_time.py439 time.perf_counter()
/external/python/cpython3/Lib/idlelib/
Dcolorizer.py173 t0 = time.perf_counter()
175 t1 = time.perf_counter()
/external/python/cpython3/Modules/
Dtimemodule.c919 perf_counter(_Py_clock_info_t *info) in perf_counter() function
931 return perf_counter(NULL); in time_perf_counter()
1096 obj = perf_counter(&info); in time_get_clock_info()
/external/python/cpython3/Doc/library/
Dtimeit.rst84 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
Dtime.rst162 :func:`perf_counter` or :func:`process_time` instead, depending on your
273 * ``'perf_counter'``: :func:`time.perf_counter`
339 .. function:: perf_counter()
Dprofile.rst649 :func:`time.perf_counter`.
/external/python/cpython3/Lib/
Dtimeit.py63 default_timer = time.perf_counter
/external/python/cpython3/Tools/pybench/
Dpybench.py105 return time.perf_counter
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2061 * :func:`~time.perf_counter`: Performance counter with the highest available
2240 :func:`time.perf_counter` or :func:`time.process_time` function instead,
/external/python/cpython3/Misc/
DHISTORY7826 - Issue #14309: Deprecate time.clock(), use time.perf_counter() or
7830 time.perf_counter() and time.process_time() functions, and rename