[issue2281] Enhanced cPython profiler with high-resolution timer

Antoine Pitrou report at bugs.python.org
Sat Mar 14 01:28:39 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Interesting patch, but there are lots of spurious #if's and #ifdef's
which could be simplified. Also, some changes look slightly unrelated
(e.g. the switch from malloc/free to PyObject_Malloc/PyObject_Free).

----------
nosy: +pitrou
stage:  -> patch review
versions: +Python 3.1

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


More information about the Python-bugs-list mailing list