On Wed, December 19, 2007 10:21 pm, php mail wrote:
> Is there any tool to profiling PHP app ?
Compile PHP --with-debug and then use:
valgrind --tool=callgrind php -q yourscript.php
You get a nifty fabulous listing of where X% of your time is being
spent and a really cool diagram of your functio
php mail wrote:
Hi All,
Is there any tool to profiling PHP app ?
http://www.xdebug.org/docs/profiler
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 2007-12-20 at 11:21 +0700, php mail wrote:
> Is there any tool to profiling PHP app ?
Yes, there are a few. The best that I have found anyway, is Xdebug 2
(http://pecl.php.net/xdebug). It can also integrate nicely with PHPUnit
as well to do code coverage as well as make your life generall
3 matches
Mail list logo