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 mmokrejs
Recipients christian.heimes, eric.snow, lemburg, mmokrejs, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2013-09-01.00:04:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377993855.48.0.423478155584.issue17628@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding benchmarking and code performance inspection, maybe you want to try on your linux box:

perf top
perf stat /usr/bin/python mytest.py

http://perf.wiki.kernel.org/
History
Date User Action Args
2013-09-01 00:04:15mmokrejssetrecipients: + mmokrejs, lemburg, rhettinger, pitrou, vstinner, christian.heimes, eric.snow, serhiy.storchaka
2013-09-01 00:04:15mmokrejssetmessageid: <1377993855.48.0.423478155584.issue17628@psf.upfronthosting.co.za>
2013-09-01 00:04:15mmokrejslinkissue17628 messages
2013-09-01 00:04:15mmokrejscreate