[Zope-dev] Call Profiler
Anthony Baxter
Anthony Baxter <anthony@interlink.com.au>
Fri, 01 Feb 2002 14:10:12 +1100
>>> Richard Jones wrote
> I've just announced our Call Profiler product on zope.org and the zope
> announce list (waiting for people in different timezones to authorise them :)
> ( http://www.zope.org/Members/richard/CallProfiler/ for the impatient)
>From my point of view, this is a critical piece for Zope - right now,
trying to work out what's going on in a Zope page render is somewhat
painful. We found once we'd turned this onto our production code (and
Richard had made my initial vile hack actually work in a way that didn't
cause bleeding from the brain) we were able to very very quickly spot
a whole lot of stuff that was Just Not Doing The Right Thing.
Unfortunately, the existing python profiling stuff is at too low a
level to be useful - this stuff really fills a need.
Plus, if it's integrated into Zope, Richard doesn't have to spend work
time on maintaining it :)
Anthony