On Thu, April 5, 2007 11:04 am, Daniel Brown wrote:
>     Does anyone have any experience using engine-level debuggers
> and/or
> extensions in PHP?  I installed the PECL module APD just a moment ago,
> and
> haven't even used it yet, because I wanted to see if anyone here has a
> better suggestion.  I'd like something that will track which functions
> are
> being called and output a log of this information, as well as code
> execution
> times so I can see exactly how many cycles are being wasted and reduce
> it.

Check out valgrind/callgrind in Linux.

Also check out XDebug.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to