Page 1 of 1

[SOLVED] PHP Profiler(s) ?

Posted: Wed Nov 12, 2003 12:57 pm
by gite_ashish
Hi ALL,

I am looking for PHP profiler(s).

I m NOT looking for generic pointers like - google.com, SF.net etc ...

If someone has used/tried any PHP profilers *and* found worth putting time for it, then pls do suggest.


Thanks for the (exact) help.

Posted: Wed Nov 12, 2003 2:45 pm
by gite_ashish
friends ?
:(

Posted: Wed Nov 12, 2003 6:16 pm
by JAM
Truthfully, I'm not sure what a profiler is really...
Could you (or someone else) explain in more detail please?

Posted: Wed Nov 12, 2003 11:55 pm
by volka
zend studio has a built-in profiler
http://www.zend.com/store/products/zend-studio.php
there's a trail version at http://www.zend.com/store/products/zend ... rsonal.php

phpEd has a profiler as well, screenshots at http://dd.cron.ru/dbg/sshot.php

@JAM: basically a profiler counts the time spent in certain functions. Quite useful to find bottlenecks

Posted: Tue Nov 18, 2003 7:29 am
by gite_ashish
thanks volka, ll look into the links.