[Zope-Annce] [Ann] ZopeProfiler: high and low level timing statistics

Dieter Maurer dieter@handshake.de
Fri, 31 Jan 2003 02:15:05 +0100


ZopeProfiler provides profiling support for the development of Zope
applications. It can derive both high and low level timing statistics
(Zope object call and Python function call level, respectively).


Unlike with the standard Zope profiling support, Zope runs normally in
multi-threaded mode. Statistics gathering can be enabled/disabled
dynamically via the ZopeProfiler object in the Control_Panel. This
objects supports most features of Python's pstats.Stats timing
analysis class and is much smarter than the standard Zope
profiler. Should the features be insufficient, then statistics data
can be saved to files and later analysed with Python's Stats class.

More information and download:

  <http://www.dieter.handshake.de/pyprojects/zope>



Dieter