Home
last modified time | relevance | path

Searched refs:timeDiff (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/libevent/dist/test/
H A Dtest-changelist.c117 struct timeval timeEnd, timeDiff; in get_cpu_usage() local
132 evutil_timersub(&timeEnd, &timer->timeBegin, &timeDiff); in get_cpu_usage()
133 secondsPassed = timeDiff.tv_sec + (timeDiff.tv_usec / 1.0e6); in get_cpu_usage()
/minix3/external/public-domain/sqlite/dist/
H A Dshell.c133 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function
148 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer()
149 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer()
208 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function
224 timeDiff(&ftUserBegin, &ftUserEnd), in endTimer()
225 timeDiff(&ftKernelBegin, &ftKernelEnd)); in endTimer()