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 Guido.van.Rossum, alex, georg.brandl, gvanrossum, pitrou, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2017-04-17.00:47:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492390041.49.0.500202019292.issue30080@psf.upfronthosting.co.za>
In-reply-to
Content
+1 I've long used this technique when timing fast statements.  See https://code.activestate.com/recipes/577834 for an example.
History
Date User Action Args
2017-04-17 00:47:21rhettingersetrecipients: + rhettinger, gvanrossum, tim.peters, georg.brandl, pitrou, vstinner, steven.daprano, alex, r.david.murray, serhiy.storchaka, Guido.van.Rossum
2017-04-17 00:47:21rhettingersetmessageid: <1492390041.49.0.500202019292.issue30080@psf.upfronthosting.co.za>
2017-04-17 00:47:21rhettingerlinkissue30080 messages
2017-04-17 00:47:21rhettingercreate