On 8/24/07, Neal Norwitz <[EMAIL PROTECTED]> wrote: > I suggest merging profile and cProfile (which uses _lsprof) similar to > how stringio and pickle are being merged.
cProfile and profile.py are on my merge to-do. I was supposed to merge cProfile/profile.py as part of my GSoC, but stringio and pickle have taken most of my time. So, I will merge the profile modules in my free time. > This leaves hotshot as odd man out. We should remove it. If we don't > remove it, we should try to merge these modules so they have the same API > and capabilities as much as possible, even if they work in different > ways. I don't think hotshot has any features that cProfile or profile don't (but I haven't checked throughly yet). So, I agree that it should be removed. -- Alexandre _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
