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

Function UTIL_clockSpanMicro

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

returns time span in microseconds */

Source from the content-addressed store, hash-verified

147
148/* returns time span in microseconds */
149PTime UTIL_clockSpanMicro(UTIL_time_t clockStart )
150{
151 UTIL_time_t const clockEnd = UTIL_getTime();
152 return UTIL_getSpanTimeMicro(clockStart, clockEnd);
153}
154
155/* returns time span in microseconds */
156PTime UTIL_clockSpanNano(UTIL_time_t clockStart )

Callers 1

BMK_benchMemFunction · 0.85

Calls 2

UTIL_getTimeFunction · 0.85
UTIL_getSpanTimeMicroFunction · 0.85

Tested by

no test coverage detected