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 pitrou
Recipients lemburg, pitrou
Date 2008-12-21.21:37:35
SpamBayes Score 0.00031904023
Marked as misclassified No
Message-id <1229895457.43.0.758313096043.issue4714@psf.upfronthosting.co.za>
In-reply-to
Content
This patch prints opcode statistics at the end of a pybench run if
DYNAMIC_EXECUTION_PROFILE has been enabled when compiling the interpreter.

Is it ok? Is it better to add it to the Benchmark class?
History
Date User Action Args
2008-12-21 21:37:37pitrousetrecipients: + pitrou, lemburg
2008-12-21 21:37:37pitrousetmessageid: <1229895457.43.0.758313096043.issue4714@psf.upfronthosting.co.za>
2008-12-21 21:37:36pitroulinkissue4714 messages
2008-12-21 21:37:36pitroucreate