Your best bet is ZopeProfiler by Dieter Maurer. It rocks!!
http://www.dieter.handshake.de/pyprojects/zope/#bct_sec_3.8

Perhaps not the most user friendly system in the world but does a
really good job of putting the python profiler into Zope.
ZopeProfiler measures the individual functions (Python level) and each
page (Zope level).

For a broader profiling test I genuinely recommend Funkload
http://funkload.nuxeo.org/

On 5/30/06, Daniel G <[EMAIL PROTECTED]> wrote:
hello list!

I want to profile some http methods (GET, POST) for
Zwiki;
(I am not an expert in Zope );
I tried a requestprofiler.py and I need to get
execution times at a lower resolution (millisecs);
could be possible?

or any other method to get the execution time the most
accurate possible ;

thanks for any hints

DanielG



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )



--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to