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

Function ffclock_microuptime

freebsd/kern/kern_ffclock.c:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void
318ffclock_microuptime(struct timeval *tvp)
319{
320 struct bintime bt;
321
322 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME);
323 bintime2timeval(&bt, tvp);
324}
325
326void
327ffclock_getbinuptime(struct bintime *bt)

Callers 1

microuptime_fromclockFunction · 0.85

Calls 2

ffclock_abstimeFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected