News Feed
Sections

News Archive


Community Events






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


Andreas Gohr's Blog:
Understanding PHP code better with Xdebug
0 comments :: posted Friday February 22, 2008 @ 09:14:00
voice your opinion now!

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.

tagged with: xdebug profile code tutorial install cachegrind kcachegrind profile trace



developer framework ajax PEAR job package conference release security code zendframework zend mysql book cakephp example PHP5 database application releases

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