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

Function ffclock_getmicrotime

freebsd/kern/kern_ffclock.c:291–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void
292ffclock_getmicrotime(struct timeval *tvp)
293{
294 struct bintime bt;
295
296 ffclock_abstime(NULL, &bt, NULL,
297 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST);
298 bintime2timeval(&bt, tvp);
299}
300
301void
302ffclock_binuptime(struct bintime *bt)

Callers 1

getmicrotime_fromclockFunction · 0.85

Calls 2

ffclock_abstimeFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected