Home
last modified time | relevance | path

Searched defs:default_timer (Results 1 – 24 of 24) sorted by relevance

/dports/comms/wsjtz/wsjtx/lib/
H A Dtimer_impl.f9061 subroutine default_timer (dname, k) subroutine
74 character(len=8), intent(in) :: dname
75 integer, intent(in) :: k local
77 real :: ut1,eps=0.000001
78 integer :: n,ndiv,ntrace=0
80 character(len=8) :: tname
109 20 if(k.eq.0) then !Get start times (k=0)
153 1020 format(i8,': ',a8,3i5,2x,a8)
159 40 write(lu,1040)
160 1040 format(/' Name Time Frac dTime', &
[all …]
/dports/net/sems/sems-f89581a/apps/sbc/call_control/call_timer/
H A DCallTimer.h40 int default_timer; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cachetools/cachetools/
H A Dfunc.py10 from time import monotonic as default_timer unknown
12 from time import time as default_timer unknown
H A Dttl.py6 from time import monotonic as default_timer unknown
8 from time import time as default_timer unknown
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/cachetools/
H A Dfunc.py10 from time import monotonic as default_timer unknown
12 from time import time as default_timer unknown
H A Dttl.py6 from time import monotonic as default_timer unknown
8 from time import time as default_timer unknown
/dports/devel/py-cachetools3/cachetools-3.1.1/cachetools/
H A Dfunc.py10 from time import monotonic as default_timer unknown
12 from time import time as default_timer unknown
H A Dttl.py6 from time import monotonic as default_timer unknown
8 from time import time as default_timer unknown
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/common/
H A Dtiming.py138 default_timer = time.perf_counter variable
145 default_timer = time.clock variable
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtimeit.py72 default_timer = time.clock variable
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtimeit.py72 default_timer = time.clock variable
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtimeit.py72 default_timer = time.clock variable
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtimeit.py72 default_timer = time.clock variable
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtimeit.py62 default_timer = time.perf_counter variable
/dports/comms/lirc/lirc-0.9.0/drivers/lirc_parallel/
H A Dlirc_parallel.c86 unsigned int default_timer = LIRC_TIMER; variable
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Dtimers.cpp286 std::chrono::steady_clock::duration default_timer ) override in timeout_before_nearest_timer()