MCPcopy Create free account
hub / github.com/F-Stack/f-stack / UTIL_clockSpanNano

Function UTIL_clockSpanNano

freebsd/contrib/zstd/programs/timefn.c:156–160  ·  view source on GitHub ↗

returns time span in microseconds */

Source from the content-addressed store, hash-verified

154
155/* returns time span in microseconds */
156PTime UTIL_clockSpanNano(UTIL_time_t clockStart )
157{
158 UTIL_time_t const clockEnd = UTIL_getTime();
159 return UTIL_getSpanTimeNano(clockStart, clockEnd);
160}
161
162void UTIL_waitForNextTick(void)
163{

Callers 2

BMK_benchFunctionFunction · 0.85

Calls 2

UTIL_getTimeFunction · 0.85
UTIL_getSpanTimeNanoFunction · 0.85

Tested by

no test coverage detected