Home | History | Annotate | Download | only in orig

Lines Matching defs:sBegin

98 static struct rusage sBegin;
105 getrusage(RUSAGE_SELF, &sBegin);
123 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
124 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));