Home | History | Annotate | Download | only in dist

Lines Matching refs:sBegin

80 static struct rusage sBegin;
90 getrusage(RUSAGE_SELF, &sBegin);
108 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
109 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));