[Zope] The Profiler for measuring Zope calculation times

Chris McDonough chrism@zope.com
Tue, 07 Aug 2001 10:11:38 -0400


Kamon Ayeva wrote:
> > If that doesn't strike you, you can measure how long a certain URL takes
> > to render by using the "big M" log and the requestprofiler (in Zope
> > 2.4's utilities directory).  But this won't let you see "inside" of the
> > method that represents the URL (e.g. if the URL represents 'index_html',
> > you won't be able to see how long the left_nav_bar takes).
> 
> That's actually what I need. On the rendering of every URL, I have some
> presentation DTML methods calling each other (including a recursive DTML
> call). So I would like to know the percentage of time spent by each of these
> methods within the global page rendering time.

You need the profiler for that, sorry.