
March 28, 2012
10:01 a.m.
On Wed, Mar 28, 2012 at 12:56, Victor Stinner <victor.stinner@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