[issue2919] Merge profile/cProfile in 3.0

Alexandre Vassalotti report at bugs.python.org
Tue Jul 7 02:37:07 CEST 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

Here's an updated version of my lsprof.py module. I fixed a few bugs,
includes the awful reference leak that was present in the previous
version (i.e., the profiler code was keeping a reference to every frame
executed).

I consider the lsprof.py code functionally equivalent to _lsprof. Now, I
am wondering if I should add the features from profile.py missing in
_lsprof, e.g., the bias argument and the calibration code.

----------
Added file: http://bugs.python.org/file14463/lsprof.py

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


More information about the Python-bugs-list mailing list