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

Function fbclock_microtime

freebsd/kern/kern_tc.c:308–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void
309fbclock_microtime(struct timeval *tvp)
310{
311 struct bintime bt;
312
313 fbclock_bintime(&bt);
314 bintime2timeval(&bt, tvp);
315}
316
317void
318fbclock_getbinuptime(struct bintime *bt)

Callers 1

microtime_fromclockFunction · 0.85

Calls 2

fbclock_bintimeFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected