News Feed
Jobs Feed
Sections




News Archive
Andreas Gohr's Blog:
Understanding PHP code better with Xdebug
February 22, 2008 @ 09:14:00

Andreas Gohr has a new blog post today that talks about a way to really get to know your code better - use XDebug to see it from the inside out.

Xdebug is a PHP extension which helps you to understand, debug and profile PHP. It can help you to find bottlenecks or give you an quick overview what happens in code you aren't familiar with, yet.

The post gives a brief overview of the installation of the extension (building a shared module) and shows how to get started with profiling an application. He talks about the cachegrind tool you can use to parse the results and the kcachegrind app that will make the results a bit more visual.

As a bonus, he also throws in a bit about function tracing - picking out each small bit of functionality in the code (the function/methods) and gathering stats for each.

0 comments voice your opinion now!
xdebug profile tutorial install cachegrind kcachegrind profile trace


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Creating Code Coverage Statistics with xdebug

IBM developerWorks: Starting to use ODBC with PHP

MSBWare.com: Alternating Row Colors

Brian Nelson's Blog: Writing A Reverse Proxy in PHP5

Peter Goodman's Blog: Observers and Dispatchers


Community Events











Don't see your event here?
Let us know!


object unittest language code podcast zendframework2 opinion framework introduction community series functional conference example tool development release phpunit interview testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework