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 rhettinger
Recipients rhettinger
Date 2019-02-01.20:19:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549052380.12.0.716539002961.issue35884@roundup.psfhosted.org>
In-reply-to
Content
Adding a short script that I've found useful many times over the past decade. It has allowed my to quickly notice performance regressions and has helped identify places in need of optimization work.  It is also useful for building a empirical mental model of the relative cost of various kinds of variable access -- this is useful in writing high performance code.
History
Date User Action Args
2019-02-01 20:19:44rhettingersetrecipients: + rhettinger
2019-02-01 20:19:40rhettingersetmessageid: <1549052380.12.0.716539002961.issue35884@roundup.psfhosted.org>
2019-02-01 20:19:39rhettingerlinkissue35884 messages
2019-02-01 20:19:39rhettingercreate