Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libevent/test/
HDtest-changelist.c114 struct timeval timeEnd, timeDiff; in get_cpu_usage() local
129 evutil_timersub(&timeEnd, &timer->timeBegin, &timeDiff); in get_cpu_usage()
130 secondsPassed = timeDiff.tv_sec + (timeDiff.tv_usec / 1.0e6); in get_cpu_usage()
/NextBSD/contrib/sqlite3/
HDshell.c206 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function
221 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer()
222 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer()
284 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function
300 timeDiff(&ftUserBegin, &ftUserEnd), in endTimer()
301 timeDiff(&ftKernelBegin, &ftKernelEnd)); in endTimer()