On 4/5/07, Daniel Brown <[EMAIL PROTECTED]> 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.

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107


Well the tools I've played around with are:

Xdebug -  really nice for seeing everything about your script. (see
http://xdebug.org/docs-profiling2.php)

If you need to see internals you can look into valgrind (see
http://talks.php.net/show/oscon06/6).

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

Reply via email to