[Python-Dev] PEP 418: Add monotonic clock
Ethan Furman
ethan at stoneleaf.us
Tue Mar 27 18:18:23 CEST 2012
More information about the Python-Dev mailing list
Tue Mar 27 18:18:23 CEST 2012
- Previous message: [Python-Dev] PEP 418: Add monotonic clock
- Next message: [Python-Dev] PEP 418: Add monotonic clock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nick Coghlan wrote: > The 3.3 time module would then be left with three interfaces: > > time.time() # Highest resolution timer available > time.monotonic() # I'm not yet convinced we need the "raw" parameter > but don't much mind either way > time.try_monotonic() # Monotonic is preferred, but non-monotonic > presents a tolerable risk +1 ~Ethan~
- Previous message: [Python-Dev] PEP 418: Add monotonic clock
- Next message: [Python-Dev] PEP 418: Add monotonic clock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list