Home
last modified time | relevance | path

Searched refs:perf_counter (Results 1 - 25 of 27) sorted by relevance

12

/third_party/python/Lib/test/
H A 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()
H A Dreperf.py12 t0 = time.perf_counter()
18 t1 = time.perf_counter()
H A Dsortperf.py60 t0 = time.perf_counter()
62 t1 = time.perf_counter()
H A Dtest_time.py84 check_ns(time.perf_counter(),
490 time.perf_counter()
567 'perf_counter',
H A Dtest_signal.py1216 times.append(time.perf_counter())
/third_party/benchmark/bindings/python/google_benchmark/
H A Dexample.py66 start = time.perf_counter() # perf_counter_ns() in Python 3.7+
69 end = time.perf_counter()
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py274 t_start = time.perf_counter()
297 t_end = time.perf_counter()
/third_party/python/Lib/idlelib/
H A Drunscript.py121 if macosx.isCocoaTk() and (time.perf_counter() - self.perf < .05):
208 self.perf = time.perf_counter()
H A Dcolorizer.py264 t0 = time.perf_counter()
266 t1 = time.perf_counter()
/third_party/python/Lib/turtledemo/
H A Dtree.py19 from time import perf_counter as clock
H A Drosette.py17 from time import perf_counter as clock, sleep
H A Dforest.py16 from time import perf_counter as clock
H A Dfractalcurves.py15 from time import sleep, perf_counter as clock
H A Dpenrose.py20 from time import perf_counter as clock, sleep
H A Dbytedesign.py26 from time import perf_counter as clock
/third_party/python/Lib/unittest/
H A Drunner.py212 startTime = time.perf_counter()
222 stopTime = time.perf_counter()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py164 t0 = time.perf_counter()
187 dt = time.perf_counter() - t0
/third_party/python/Lib/
H A Drandom.py862 from time import perf_counter namespace
864 t0 = perf_counter()
866 t1 = perf_counter()
H A Dpprint.py645 t1 = time.perf_counter()
647 t2 = time.perf_counter()
649 t3 = time.perf_counter()
H A Dtimeit.py19 -p/--process: use time.process_time() (default is time.perf_counter())
62 default_timer = time.perf_counter
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_win32.cpp105 INT64 perf_frequency, perf_counter; in ImGui_ImplWin32_Init() local
108 if (!::QueryPerformanceCounter((LARGE_INTEGER*)&perf_counter)) in ImGui_ImplWin32_Init()
121 bd->Time = perf_counter; in ImGui_ImplWin32_Init()
/third_party/python/Lib/ctypes/test/
H A Dtest_strings.py136 from time import perf_counter as clock
H A Dtest_numbers.py249 from time import perf_counter as clock
/third_party/python/Lib/test/libregrtest/
H A Druntest.py189 start_time = time.perf_counter()
240 result.duration_sec = time.perf_counter() - start_time
/third_party/python/Lib/test/support/
H A Dtestresult.py44 self.__start_time = time.perf_counter()
59 e.set('time', f'{time.perf_counter() - self.__start_time:0.6f}')

Completed in 15 milliseconds

12