Home | History | Annotate | Download | only in dist

Lines Matching refs:timeDiff

90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
103 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
104 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
178 timeDiff(&ftUserBegin, &ftUserEnd),
179 timeDiff(&ftKernelBegin, &ftKernelEnd));