[Zope-Annce] [Ann] ZopeProfiler 0.2: what Zope uses its time for
Dieter Maurer
dieter@handshake.de
Sun, 30 Mar 2003 18:58:36 +0200
I have released ZopeProfiler version 0.2.
ZopeProfiler helps you to understand what Zope uses its time for.
It can derive both low and high level timing statistics.
More information and download:
<http://www.dieter.handshake.de/pyprojects/zope>
New in version 0.2:
* Python 2.2.2 incompatibility fixed
* real time and CPU time timer (on plattforms supporting both)
* much more careful monkey patching (hopefully removing a
problem with WingIDE's debugging support for Zope)
Dieter