blob: 8e58aafcd888148c4292edc254e762293285028f (
plain)
1
2
3
4
5
6
7
8
9
|
@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}.
|