Home | History | Annotate | Download | only in dist

Lines Matching defs:sBegin

103 static struct rusage sBegin;
110 getrusage(RUSAGE_SELF, &sBegin);
128 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
129 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));