28 Oct
2002
28 Oct
'02
11:45 p.m.
On Tue, 29 Oct 2002 10:02 am, peter sabaini wrote:
and for python products there is of course also the standard profiler (i think CallProfiler doesn't work with python products but i may be mistaken), to be found in /Control_Panel/DebugInfo/manage_profile.
for instance with the profiler i recently found that my only performance problem was the ZODBC adapter resp. ODBC :-)
You can add arbitrary methods to the CallProfiler list. The major benefit with the CallProfiler is the results analysis. The regular python profiler can be a little difficult to decipher - mostly because it profiles _everything_. Richard