[Zope-Annce] [Ann] ZopeProfiler 1.7 -- learn what Zope is spending its time for

Dieter Maurer dieter at handshake.de
Sat Mar 11 13:14:06 EST 2006


ZopeProfiler supports the collection and analysis of timing profiles.
Such profiles tell you about expensive parts of your application
and can give valuable hints towards optimization.


The new version allows the profile analysis to be restricted
to the functions matched by a regular expression. You
can immediately determine the statistics, callers and callees
of interesting functions (without the need to browse through
hundreds of statistics records).

This new version was very helpful in the determination
that Zope (from version 2.8 on) misses an important ZODB optimization
causing several times more ZODB storage loads than expected (and necessary).


More information and download

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



-- 
Dieter


More information about the Zope-Announce mailing list