blob: b76a31fb97f40c55795d2b5f333818c42a0d6c81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/**
@dir /lib/time
@brief lib/time: Higher-level time functions
This includes both fine-grained timers and monotonic timers, along with
wrappers for them to try to improve efficiency.
For "what time is it" in UTC, see \refdir{lib/wallclock}. For parsing and
encoding times and dates, see \refdir{lib/encoding}.
**/
|