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 vstinner
Recipients larry, serhiy.storchaka, vstinner, vxgmichel
Date 2020-02-03.12:54:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580734498.41.0.970805386459.issue39484@roundup.psfhosted.org>
In-reply-to
Content
Yeah, time.time(), time.monotonic() and time.perf_counter() can benefit of a note suggestion to use time.time_ns(), time.monotonic_ns() or time.perf_counter_ns() to better precision.
History
Date User Action Args
2020-02-03 12:54:58vstinnersetrecipients: + vstinner, larry, serhiy.storchaka, vxgmichel
2020-02-03 12:54:58vstinnersetmessageid: <1580734498.41.0.970805386459.issue39484@roundup.psfhosted.org>
2020-02-03 12:54:58vstinnerlinkissue39484 messages
2020-02-03 12:54:58vstinnercreate