[issue2281] Enhanced cPython profiler with high-resolution timer

Jean Brouwers report at bugs.python.org
Mon May 18 22:09:08 CEST 2009


Jean Brouwers <MrJean1 at Gmail.com> added the comment:

Both the hires_lsprof4.tgz and hpTime.c files have been updated with a 
change in the PowerPC asm code.

The previous implementation used a loop: label and that may cause 
duplicate symbols when compiled at optimization levels of -O3 and above 
with older GNU C compilers.

----------
Added file: http://bugs.python.org/file14011/hires_lsprof4.tgz

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


More information about the Python-bugs-list mailing list