28 Jun
2003
28 Jun
'03
6:29 p.m.
ZopeProfiler is a Zope products which allows to derive timing statistics for Zope operations. Both low level (Python function calls) as well as high level (Zope object calls) statistics are supported. If supported by the platform, either a CPU- or real-time timer can be used for measurement. I just uploaded ZopeProfiler 1.0 to <http://www.dieter.handshake.de/pyprojects/zope> The only difference to the former ZopeProfiler 0.2 version is a rename of "Documentation" and "showDocumentation" (to "Info" and "showInfo", respectively) as this seems to make coexistence easier with Stefan's DocFinderEverywhere. Otherwise, the new version number should simply appeace people not trusting version numbers starting with "0." ;-) Dieter