Home | History | Annotate | Download | only in orig

Lines Matching defs:sBegin

192 static struct rusage sBegin;  /* CPU time at start */
200 getrusage(RUSAGE_SELF, &sBegin);
221 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
222 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));