This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Yury.Selivanov
Recipients Yury.Selivanov, brian.curtin, loewis, tim.golden, vstinner
Date 2012-03-24.20:14:29
SpamBayes Score 0.001520536
Marked as misclassified No
Message-id <1332620070.1.0.545426399864.issue14397@psf.upfronthosting.co.za>
In-reply-to
Content
> A monotonic clock is not suitable for measuring durations, as it may still jump forward. A steady clock will not.

Well, Victor's implementation of 'steady()' is just a tiny wrapper, which uses 'monotonic()' or 'time()' if the former is not available.  Hence 'steady()' is a misleading name.
History
Date User Action Args
2012-03-24 20:14:30Yury.Selivanovsetrecipients: + Yury.Selivanov, loewis, vstinner, tim.golden, brian.curtin
2012-03-24 20:14:30Yury.Selivanovsetmessageid: <1332620070.1.0.545426399864.issue14397@psf.upfronthosting.co.za>
2012-03-24 20:14:29Yury.Selivanovlinkissue14397 messages
2012-03-24 20:14:29Yury.Selivanovcreate