MCPcopy 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
405void
406microtime(struct timeval *tvp)
407{
408 struct bintime bt;
409
410 bintime(&bt);
411 bintime2timeval(&bt, tvp);
412}
413
414void
415getbinuptime(struct bintime *bt)

Callers 15

rlat_testFunction · 0.85
wlat_testFunction · 0.85
bw_testFunction · 0.85
krping_rlat_test_clientFunction · 0.85
ip_savecontrolFunction · 0.85
ip_mdqFunction · 0.85
add_bw_upcallFunction · 0.85
bw_meter_processFunction · 0.85
siftr_siftdataFunction · 0.85
siftr_manage_opsFunction · 0.85
ip6_savecontrol_v4Function · 0.85
linux_gettimeofdayFunction · 0.85

Calls 3

bintime2timevalFunction · 0.85
microtime_fromclockFunction · 0.85
bintimeFunction · 0.70

Tested by

no test coverage detected