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

Function ffclock_nanodifftime

freebsd/kern/kern_ffclock.c:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void
362ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp)
363{
364 struct bintime bt;
365
366 ffclock_difftime(ffdelta, &bt, NULL);
367 bintime2timespec(&bt, tsp);
368}
369
370void
371ffclock_microdifftime(ffcounter ffdelta, struct timeval *tvp)

Callers

nothing calls this directly

Calls 2

ffclock_difftimeFunction · 0.85
bintime2timespecFunction · 0.85

Tested by

no test coverage detected