[New-bugs-announce] [issue4714] print opcode stats at the end of pybench runs

Antoine Pitrou report at bugs.python.org
Sun Dec 21 22:37:37 CET 2008


New submission from Antoine Pitrou <pitrou at free.fr>:

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?

----------
components: Demos and Tools
files: pybench-opcodestats.patch
keywords: patch
messages: 78157
nosy: lemburg, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: print opcode stats at the end of pybench runs
type: feature request
versions: Python 3.0
Added file: http://bugs.python.org/file12417/pybench-opcodestats.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4714>
_______________________________________


More information about the New-bugs-announce mailing list