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 barry, rhettinger, serhiy.storchaka, vstinner
Date 2017-11-16.01:53:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510797180.48.0.213398074469.issue32039@psf.upfronthosting.co.za>
In-reply-to
Content
Barry: "... possibly point to both cProfile and the 3rd party perf package as alternative ways to gather performance information."

FYI the timeit module of PyPy now emits a warning and points to the perf module: http://perf.readthedocs.io/
History
Date User Action Args
2017-11-16 01:53:00vstinnersetrecipients: + vstinner, barry, rhettinger, serhiy.storchaka
2017-11-16 01:53:00vstinnersetmessageid: <1510797180.48.0.213398074469.issue32039@psf.upfronthosting.co.za>
2017-11-16 01:53:00vstinnerlinkissue32039 messages
2017-11-16 01:53:00vstinnercreate