Home
last modified time | relevance | path

Searched refs:start_time (Results 12601 – 12625 of 22734) sorted by relevance

1...<<501502503504505506507508509510>>...910

/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnbench/
H A Dsvnbench.c404 apr_time_t start_time, time_taken; in sub_main() local
988 start_time = apr_time_now(); in sub_main()
990 time_taken = apr_time_now() - start_time; in sub_main()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-perf-log.c48 gint64 start_time; member
158 perf_log->start_time = perf_log->last_time = get_time(); in shell_perf_log_init()
694 gint64 event_time = perf_log->start_time; in shell_perf_log_replay()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/tracker/dmlc_tracker/
H A Dtracker.py157 self.start_time = None
311 self.start_time = time.time()
320 str(self.end_time - self.start_time))
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Das.c125 static long start_time; variable
910 long run_time = get_run_time () - start_time; in dump_statistics()
1042 start_time = get_run_time (); in main()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/startup/
H A Dlocdownload.py221 global start_time
223 start_time = time.time()
230 duration = time.time() - start_time
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dthr_alarm.c595 time_t start_time; in test_thread() local
604 start_time= my_time(0); in test_thread()
666 (int) (my_time(0)-start_time), wait_time); fflush(stdout); in test_thread()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dthr_alarm.c619 time_t start_time; in test_thread() local
628 start_time= my_time(0); in test_thread()
690 (int) (my_time(0)-start_time), wait_time); fflush(stdout); in test_thread()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dthr_alarm.c619 time_t start_time; in test_thread() local
628 start_time= my_time(0); in test_thread()
690 (int) (my_time(0)-start_time), wait_time); fflush(stdout); in test_thread()
/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Dwr_aix.c556 time_t start_time, in aixaud_write() local
586 start_time = time(NULL); in aixaud_write()
636 tot_time = time(NULL) - start_time; in aixaud_write()
H A Dwr_hpux.c517 time_t start_time,
547 start_time = time(NULL);
597 tot_time = time(NULL) - start_time;
H A Dwr_oss.c581 time_t start_time, in ossaud_write() local
611 start_time = time(NULL); in ossaud_write()
661 tot_time = time(NULL) - start_time; in ossaud_write()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c82 double start_time = 0; in brw_codegen_wm_prog() local
111 start_time = get_time(); in brw_codegen_wm_prog()
161 (get_time() - start_time) * 1000); in brw_codegen_wm_prog()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c82 double start_time = 0; in brw_codegen_wm_prog() local
111 start_time = get_time(); in brw_codegen_wm_prog()
161 (get_time() - start_time) * 1000); in brw_codegen_wm_prog()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c82 double start_time = 0; in brw_codegen_wm_prog() local
109 start_time = get_time(); in brw_codegen_wm_prog()
150 (get_time() - start_time) * 1000); in brw_codegen_wm_prog()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c82 double start_time = 0; in brw_codegen_wm_prog() local
111 start_time = get_time(); in brw_codegen_wm_prog()
161 (get_time() - start_time) * 1000); in brw_codegen_wm_prog()
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Daverages_types.F236 REAL(KIND=dp) :: start_time local
243 r_val=start_time)
252 IF (time >= start_time) THEN
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DOutputManager.cpp803 static time_t start_time; variable
814 elapsed = time(0) - start_time; in dak_sigcatch()
833 start_time = time(0); in start_dakota_heartbeat()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c82 double start_time = 0; in brw_codegen_wm_prog() local
111 start_time = get_time(); in brw_codegen_wm_prog()
161 (get_time() - start_time) * 1000); in brw_codegen_wm_prog()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dthr_alarm.c619 time_t start_time; in test_thread() local
628 start_time= my_time(0); in test_thread()
690 (int) (my_time(0)-start_time), wait_time); fflush(stdout); in test_thread()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dthr_alarm.c619 time_t start_time; in test_thread() local
628 start_time= my_time(0); in test_thread()
690 (int) (my_time(0)-start_time), wait_time); fflush(stdout); in test_thread()
/dports/databases/mysql56-client/mysql-5.6.51/mysys/
H A Dthr_alarm.c692 time_t start_time; in test_thread() local
701 start_time= my_time(0); in test_thread()
763 (int) (my_time(0)-start_time), wait_time); fflush(stdout); in test_thread()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_include/libavformat/
H A Davformat.h914 int64_t start_time; member
1172 int64_t start_time; member
1339 int64_t start_time; member
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dpoller_boost.php108 $start_time = time(); variable
294 …global $start_time, $max_run_duration, $config, $database_default, $debug, $get_memory, $memory_us…
308 if ($previous_start_time + $max_run_duration < $start_time) {
/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowGrapher_Replay.cgi139 $FILTER{start_time} = $pv_time;
301 $start_time = $FILTER{start_time};
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/TAP/
H A DHarness.pir347 $N0 = parser.'start_time'()
348 push $P0, "\n start_time: "
366 $I0 = aggregate.'start_time'()

1...<<501502503504505506507508509510>>...910