Home
last modified time | relevance | path

Searched refs:id_timer (Results 1 – 4 of 4) sorted by relevance

/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Drunner.py243 id_timer = _(' %s - rank #%s') % (title, procid)
244 run.timer.Stop(id_timer)
253 run.timer.Add(id_timer, cpu_mpi, sys_mpi)
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Drunner.py243 id_timer = _(' %s - rank #%s') % (title, procid)
244 run.timer.Stop(id_timer)
253 run.timer.Add(id_timer, cpu_mpi, sys_mpi)
/dports/games/fkiss/fkiss-0.33/
H A Dtimer.c26 char id_timer[] = "$Id: timer.c,v 1.4 2000/08/24 02:25:38 yav Exp $"; variable
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtslib.c4426 int id_timer = (HTS_STAT.istat_idlasttimer + 1) % 2; in check_downloadable_bytes() local
4429 elapsed_useconds = time_now - HTS_STAT.istat_timestart[id_timer]; in check_downloadable_bytes()
4432 (HTS_STAT.HTS_TOTAL_RECV - HTS_STAT.istat_bytes[id_timer]); in check_downloadable_bytes()