[Python-Dev] PEP 418: Add monotonic clock

Lennart Regebro regebro at gmail.com
Wed Mar 28 19:01:48 CEST 2012


On Wed, Mar 28, 2012 at 12:56, Victor Stinner <victor.stinner at gmail.com> wrote:
> There is time.hires() if you need a monotonic clock with a fallback to
> the system clock.

Does this primarily give a high resolution clock, or primarily a
monotonic clock? That's not clear from either the name, or the PEP.

//Lennart


More information about the Python-Dev mailing list