Home
last modified time | relevance | path

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

12345678910>>...43

/dports/devel/py-tables/tables-3.6.1/bench/
H A Drecarray2-test.py33 t1 = time.perf_counter()
37 t2 = time.perf_counter()
45 t1 = time.perf_counter()
50 t2 = time.perf_counter()
60 t1 = time.perf_counter()
65 t2 = time.perf_counter()
72 t1 = time.perf_counter()
77 t2 = time.perf_counter()
87 t1 = time.perf_counter()
89 t2 = time.perf_counter()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dmegagrid.py4 from time import perf_counter
20 time = perf_counter() - start_time
29 t0 = perf_counter()
87 t0 = perf_counter()
89 t1 = perf_counter()
95 t0 = perf_counter()
97 t1 = perf_counter()
100 t0 = perf_counter()
102 t1 = perf_counter()
105 t0 = perf_counter()
[all …]
/dports/graphics/py-pyproj/pyproj-3.2.1/test/
H A Dtest_awips221.py9 from time import perf_counter
11 from time import clock as perf_counter unknown
66 t1 = perf_counter()
70 t2 = perf_counter()
80 t1 = perf_counter()
82 t2 = perf_counter()
90 t1 = perf_counter()
92 t2 = perf_counter()
105 t1 = perf_counter()
107 t2 = perf_counter()
H A Dtest_pickle.py14 from time import perf_counter
16 from time import clock as perf_counter unknown
52 t1 = perf_counter()
54 t2 = perf_counter()
66 t1 = perf_counter()
68 t2 = perf_counter()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/common/tests/
H A Dtest_timing.py109 abs_time = time.perf_counter()
129 ref = time.perf_counter()
138 ref = time.perf_counter()
150 ref += time.perf_counter()
162 ref -= time.perf_counter()
167 ref += time.perf_counter()
189 abs_time = time.perf_counter()
192 exclude = -time.perf_counter()
194 exclude += time.perf_counter()
205 start_time = time.perf_counter()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/addons/
H A Diterdxf_single_pass.py15 t0 = time.perf_counter()
21 tb = time.perf_counter() - t0
29 t0 = time.perf_counter()
34 ta = time.perf_counter() - t0
42 t0 = time.perf_counter()
46 tc = time.perf_counter() - t0
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/ao2mo/
H A Dsemi_incore.py188 cput0 = logger.process_clock(), logger.perf_counter()
282 start_time = logger.perf_counter()
288 start_time = logger.perf_counter()
297 start_time = logger.perf_counter()
300 stop_time = logger.perf_counter() - start_time
303 start_time = logger.perf_counter()
306 stop_time2 = logger.perf_counter() - start_time
314 start_time = logger.perf_counter()
317 stop_time = logger.perf_counter() - start_time
320 start_time = logger.perf_counter()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_msacc.c98 msacc->perf_counter = 0; in erts_msacc_init_thread()
118 msacc->perf_counter = erts_sys_perf_counter(); in erts_msacc_init_thread()
271 msacc->perf_counter = erts_sys_perf_counter(); in reply_msacc()
397 if (unmanaged[i]->perf_counter) { in erts_msacc_request()
398 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
402 perf_counter - unmanaged[i]->perf_counter; in erts_msacc_request()
403 unmanaged[i]->perf_counter = perf_counter; in erts_msacc_request()
434 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
439 perf_counter = erts_sys_perf_counter(); in erts_msacc_request()
440 msacc->counters[msacc->state].pc += perf_counter - msacc->perf_counter; in erts_msacc_request()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_msacc.c98 msacc->perf_counter = 0; in erts_msacc_init_thread()
118 msacc->perf_counter = erts_sys_perf_counter(); in erts_msacc_init_thread()
279 msacc->perf_counter = erts_sys_perf_counter(); in reply_msacc()
405 if (unmanaged[i]->perf_counter) { in erts_msacc_request()
406 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
410 perf_counter - unmanaged[i]->perf_counter; in erts_msacc_request()
411 unmanaged[i]->perf_counter = perf_counter; in erts_msacc_request()
442 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
447 perf_counter = erts_sys_perf_counter(); in erts_msacc_request()
448 msacc->counters[msacc->state].pc += perf_counter - msacc->perf_counter; in erts_msacc_request()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_msacc.c98 msacc->perf_counter = 0; in erts_msacc_init_thread()
118 msacc->perf_counter = erts_sys_perf_counter(); in erts_msacc_init_thread()
271 msacc->perf_counter = erts_sys_perf_counter(); in reply_msacc()
397 if (unmanaged[i]->perf_counter) { in erts_msacc_request()
398 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
402 perf_counter - unmanaged[i]->perf_counter; in erts_msacc_request()
403 unmanaged[i]->perf_counter = perf_counter; in erts_msacc_request()
434 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
439 perf_counter = erts_sys_perf_counter(); in erts_msacc_request()
440 msacc->counters[msacc->state].pc += perf_counter - msacc->perf_counter; in erts_msacc_request()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_msacc.c98 msacc->perf_counter = 0; in erts_msacc_init_thread()
118 msacc->perf_counter = erts_sys_perf_counter(); in erts_msacc_init_thread()
279 msacc->perf_counter = erts_sys_perf_counter(); in reply_msacc()
405 if (unmanaged[i]->perf_counter) { in erts_msacc_request()
406 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
410 perf_counter - unmanaged[i]->perf_counter; in erts_msacc_request()
411 unmanaged[i]->perf_counter = perf_counter; in erts_msacc_request()
442 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
447 perf_counter = erts_sys_perf_counter(); in erts_msacc_request()
448 msacc->counters[msacc->state].pc += perf_counter - msacc->perf_counter; in erts_msacc_request()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_msacc.c98 msacc->perf_counter = 0; in erts_msacc_init_thread()
118 msacc->perf_counter = erts_sys_perf_counter(); in erts_msacc_init_thread()
279 msacc->perf_counter = erts_sys_perf_counter(); in reply_msacc()
405 if (unmanaged[i]->perf_counter) { in erts_msacc_request()
406 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
410 perf_counter - unmanaged[i]->perf_counter; in erts_msacc_request()
411 unmanaged[i]->perf_counter = perf_counter; in erts_msacc_request()
442 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
447 perf_counter = erts_sys_perf_counter(); in erts_msacc_request()
448 msacc->counters[msacc->state].pc += perf_counter - msacc->perf_counter; in erts_msacc_request()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_msacc.c98 msacc->perf_counter = 0; in erts_msacc_init_thread()
118 msacc->perf_counter = erts_sys_perf_counter(); in erts_msacc_init_thread()
271 msacc->perf_counter = erts_sys_perf_counter(); in reply_msacc()
397 if (unmanaged[i]->perf_counter) { in erts_msacc_request()
398 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
402 perf_counter - unmanaged[i]->perf_counter; in erts_msacc_request()
403 unmanaged[i]->perf_counter = perf_counter; in erts_msacc_request()
434 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
439 perf_counter = erts_sys_perf_counter(); in erts_msacc_request()
440 msacc->counters[msacc->state].pc += perf_counter - msacc->perf_counter; in erts_msacc_request()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_msacc.c98 msacc->perf_counter = 0; in erts_msacc_init_thread()
118 msacc->perf_counter = erts_sys_perf_counter(); in erts_msacc_init_thread()
279 msacc->perf_counter = erts_sys_perf_counter(); in reply_msacc()
405 if (unmanaged[i]->perf_counter) { in erts_msacc_request()
406 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
410 perf_counter - unmanaged[i]->perf_counter; in erts_msacc_request()
411 unmanaged[i]->perf_counter = perf_counter; in erts_msacc_request()
442 ErtsSysPerfCounter perf_counter; in erts_msacc_request() local
447 perf_counter = erts_sys_perf_counter(); in erts_msacc_request()
448 msacc->counters[msacc->state].pc += perf_counter - msacc->perf_counter; in erts_msacc_request()
[all …]
/dports/math/py-fvcore/fvcore-0.1.5.post20210924/fvcore/common/
H A Dtimer.py4 from time import perf_counter
20 self._start = perf_counter()
31 self._paused = perf_counter()
46 self._total_paused += perf_counter() - self._paused
59 end_time = perf_counter()
/dports/databases/py-gdbm/Python-3.8.12/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()
/dports/lang/python310/Python-3.10.1/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()
/dports/lang/python37/Python-3.7.12/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()
/dports/lang/python-tools/Python-3.8.12/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()
/dports/lang/python38/Python-3.8.12/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()
/dports/databases/py-sqlite3/Python-3.8.12/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()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/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()
/dports/lang/python311/Python-3.11.0a3/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()
/dports/lang/python39/Python-3.9.9/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()
/dports/cad/py-ezdxf/ezdxf-0.16.3/profiling/
H A Dstress.py78 t_start = time.perf_counter()
80 t_read = time.perf_counter()
82 t_audit = time.perf_counter()
86 t_start = time.perf_counter()
88 t_read = time.perf_counter()
97 ex_start = time.perf_counter()
99 ex_run = time.perf_counter() - t_start

12345678910>>...43