Home
last modified time | relevance | path

Searched refs:PLUTO_elapsed_time (Results 1 – 6 of 6) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_pplug_instacorr.c585 etim = PLUTO_elapsed_time() ; in ICOR_main()
598 etim = PLUTO_elapsed_time() - etim ; in ICOR_main()
760 etim = PLUTO_elapsed_time() ; in AFNI_icor_setref_xyz()
776 PLUTO_elapsed_time()-etim) ; in AFNI_icor_setref_xyz()
886 PLUTO_elapsed_time()-etim ) ; in AFNI_icor_setref_xyz()
892 PLUTO_elapsed_time()-etim ) ; in AFNI_icor_setref_xyz()
951 PLUTO_elapsed_time()-etim ) ; in AFNI_icor_setref_xyz()
H A Dafni_plugin_CYGWIN.h85 (void *)PLUTO_elapsed_time ,
556 #define PLUTO_elapsed_time BG_PLUTO_elapsed_time macro
H A Dafni_plugin.h771 extern double PLUTO_elapsed_time(void) ;
H A Dplug_realtime.c308 PLUTO_cpu_time()-rtin->cpu , PLUTO_elapsed_time()-rtin->elapsed )
1660 double et = PLUTO_elapsed_time() - rtinp->child_start_time ; in RT_worker()
1774 (delt=PLUTO_elapsed_time()-rtinp->last_elapsed) > mw ){ in RT_worker()
1805 rtinp->last_elapsed = PLUTO_elapsed_time() ; in RT_worker()
1945 rtinp->last_elapsed = PLUTO_elapsed_time() ; /* record this time */ in RT_worker()
2408 rtin->elapsed = PLUTO_elapsed_time() ; rtin->last_elapsed = rtin->elapsed ; in new_RT_input()
2494 rtin->child_start_time = PLUTO_elapsed_time() ; /* 10 Dec 1998 */ in RT_start_child()
H A Dafni_cluster.c2872 im3d->vedskip = 1 ; tz = PLUTO_elapsed_time() ; in AFNI_clus_action_CB()
2889 tt = PLUTO_elapsed_time() ; ss = 66-(int)(tt-tz) ; tz = tt ; in AFNI_clus_action_CB()
2900 tt = PLUTO_elapsed_time() ; ss = 66-(int)(tt-tz) ; tz = tt ; in AFNI_clus_action_CB()
H A Dafni_plugin.c5868 double PLUTO_elapsed_time(void) /* in seconds */ in PLUTO_elapsed_time() function