Yes, I would say so. This http://zope3.pov.lt/trac/browser/zope.testing/trunk/src/zope/testing/testrun... Was never an official feature, also I did not see an obvious alternative http://www.python.org/doc/2.4.4/lib/profile-stats.html Apart from that, hotshot is now unmaintained and might be removed http://www.python.org/doc/2.6.2/library/hotshot.html We still have the cProfile Profiler. It seems that hotshots focus was on faster profiling, but I don't see an issue here, since nobody runs a profiler in his production environments. Best regards, Patrick On Tue, Sep 15, 2009 at 21:21, Jim Fulton <jim@zope.com> wrote:
On Tue, Sep 15, 2009 at 12:08 PM, Patrick Gerken <do3ccqrv@googlemail.com> wrote:
Hi,
I have removed that profiler for python2.6 My understanding of the python api is, that we were using an undocumented feature to merge two hotshot profiler results. Since nobody maintains hotshot any longer, there probably won't be anybody adding this feature officially.
Tests on 2.6 work for me now.
Thanks. That's probably the right first step. Does this mean we're permanently removing this feature? That would be OK with me.
Jim
-- Jim Fulton