Home
last modified time | relevance | path

Searched refs:tms_utime (Results 1 – 14 of 14) sorted by relevance

/original-bsd/contrib/libg++-2.3/libg++/src/
H A Dtimer.cc55 return((double) Old_Time.tms_utime / HZ); in start_timer()
80 return((double) (New_Time.tms_utime - Old_Time.tms_utime) / HZ); in return_elapsed_time()
89 return((double) New_Time.tms_utime / HZ - Last_Time); in return_elapsed_time()
/original-bsd/usr.bin/f77/libU77/
H A Ddtime_.c41 dt->usrtime = (float)(clock.tms_utime - dutime) / 60.0;
43 dutime = clock.tms_utime;
H A Detime_.c38 et->usrtime = (float) clock.tms_utime / 60.0;
/original-bsd/sys/sys/
H A Dtimes.h26 clock_t tms_utime; /* User CPU time */ member
/original-bsd/lib/libc/gen/
H A Dtimes.c32 tp->tms_utime = CONVTCK(ru.ru_utime);
/original-bsd/old/berknet/
H A Dmach.h393 int tms_utime; /* user time */ member
H A Dnetdaemon.c966 utime = tbf.tms_utime + tbf.tms_cutime;
/original-bsd/local/toolchest/ksh/sh/
H A Dxec.c779 at = after.tms_utime - before.tms_utime;
H A Dservice.c882 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); in doacct()
/original-bsd/games/chess/
H A Dnondsp.c448 cputimer = 100*(tmbuf2.tms_utime - tmbuf1.tms_utime) / HZ;
H A Duxdsp.c432 cputimer = 100*(tmbuf2.tms_utime - tmbuf1.tms_utime) / HZ;
/original-bsd/games/larn/
H A Ddiag.c168 c[CPUTIME] += (cputime.tms_utime+cputime.tms_stime)/60;
H A Dscores.c526 logg.cputime = i = (cputime.tms_utime + cputime.tms_stime)/60 + c[CPUTIME];
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c2076 atms.tms_utime = hpuxscale(&ru);