Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
void
309
fbclock_microtime(struct timeval *tvp)
310
{
311
struct bintime bt;
312
313
fbclock_bintime(&bt);
314
bintime2timeval(&bt, tvp);
315
}
316
317
void
318
fbclock_getbinuptime(struct bintime *bt)
Callers
1
microtime_fromclock
Function · 0.85
Calls
2
fbclock_bintime
Function · 0.85
bintime2timeval
Function · 0.85
Tested by
no test coverage detected