Home | History | Annotate | Download | only in dist

Lines Matching refs:timeDiff

115 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
128 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
129 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
186 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
200 timeDiff(&ftUserBegin, &ftUserEnd),
201 timeDiff(&ftKernelBegin, &ftKernelEnd));