Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/
Dtime_hashlib.py17 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()
Dreperf.py12 t0 = time.perf_counter()
18 t1 = time.perf_counter()
Dsortperf.py60 t0 = time.perf_counter()
62 t1 = time.perf_counter()
Dtest_time.py79 check_ns(time.perf_counter(),
474 time.perf_counter()
/external/rust/crates/criterion/benches/benchmarks/
Dexternal_process.py23 start = time.perf_counter()
26 end = time.perf_counter()
/external/google-benchmark/bindings/python/google_benchmark/
Dexample.py66 start = time.perf_counter() # perf_counter_ns() in Python 3.7+
69 end = time.perf_counter()
/external/bc/
Dkaratsuba.py201 start = time.perf_counter()
203 end = time.perf_counter()
/external/python/cpython3/Lib/idlelib/
Drunscript.py121 if macosx.isCocoaTk() and (time.perf_counter() - self.perf < .05):
208 self.perf = time.perf_counter()
Dcolorizer.py215 t0 = time.perf_counter()
217 t1 = time.perf_counter()
/external/python/cpython3/Lib/turtledemo/
Dtree.py19 from time import perf_counter as clock
Drosette.py17 from time import perf_counter as clock, sleep
Dforest.py16 from time import perf_counter as clock
Dfractalcurves.py15 from time import sleep, perf_counter as clock
Dpenrose.py20 from time import perf_counter as clock, sleep
Dbytedesign.py26 from time import perf_counter as clock
/external/python/cpython3/Lib/test/libregrtest/
Druntest.py124 start_time = time.perf_counter()
162 test_time = time.perf_counter() - start_time
/external/python/cpython3/Lib/unittest/
Drunner.py171 startTime = time.perf_counter()
181 stopTime = time.perf_counter()
/external/python/cpython3/Lib/
Drandom.py845 from time import perf_counter
847 t0 = perf_counter()
849 t1 = perf_counter()
Dpprint.py612 t1 = time.perf_counter()
614 t2 = time.perf_counter()
616 t3 = time.perf_counter()
Dtimeit.py62 default_timer = time.perf_counter
/external/python/cpython3/Doc/library/
Dtimeit.rst91 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
/external/python/cpython3/Lib/ctypes/test/
Dtest_strings.py204 from time import perf_counter as clock
Dtest_numbers.py250 from time import perf_counter as clock
/external/python/cpython3/Lib/test/support/
Dtestresult.py46 self.__start_time = time.perf_counter()
/external/python/pybind11/docs/advanced/cast/
Dchrono.rst7 as ``time.monotonic()``, ``time.perf_counter()`` and ``time.process_time()``)

12