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

Function clock_print_ts

freebsd/kern/subr_clock.c:372–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void
373clock_print_ts(const struct timespec *ts, int nsdigits)
374{
375 struct clocktime ct;
376
377 clock_ts_to_ct(ts, &ct);
378 clock_print_ct(&ct, nsdigits);
379}
380
381int
382utc_offset(void)

Callers 2

clock_dbgprint_hdrFunction · 0.85
clock_dbgprint_tsFunction · 0.85

Calls 2

clock_ts_to_ctFunction · 0.85
clock_print_ctFunction · 0.85

Tested by

no test coverage detected