danj 15b2ab2550 Import py-monotonic, tweaks/ok jca@
This module provides a monotonic() function which returns the value
(in fractional seconds) of a clock which never goes backwards.

On Python 3.3 or newer, monotonic will be an alias of time.monotonic
from the standard library. On older versions, it will fall back to an
equivalent implementation.
2017-07-13 01:29:40 +00:00
..