Home | History | Annotate | Download | only in orig

Lines Matching full:sbegin

247 static struct rusage sBegin;  /* CPU time at start */
255 getrusage(RUSAGE_SELF, &sBegin);
276 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
277 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));