Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ microtime
Function
microtime
freebsd/kern/kern_tc.c:405–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
}
404
405
void
406
microtime(struct timeval *tvp)
407
{
408
struct bintime bt;
409
410
bintime(&bt);
411
bintime2timeval(&bt, tvp);
412
}
413
414
void
415
getbinuptime(struct bintime *bt)
Callers
15
rlat_test
Function · 0.85
wlat_test
Function · 0.85
bw_test
Function · 0.85
krping_rlat_test_client
Function · 0.85
ip_savecontrol
Function · 0.85
ip_mdq
Function · 0.85
add_bw_upcall
Function · 0.85
bw_meter_process
Function · 0.85
siftr_siftdata
Function · 0.85
siftr_manage_ops
Function · 0.85
ip6_savecontrol_v4
Function · 0.85
linux_gettimeofday
Function · 0.85
Calls
3
bintime2timeval
Function · 0.85
microtime_fromclock
Function · 0.85
bintime
Function · 0.70
Tested by
no test coverage detected