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

Refulz.com: CakePHP AclComponent - ACOs, AROs and Mapping

Community News: Symfony Framework Makes Some Updates (v.0.6.2 and Content)

DevShed: Logging in PHP Applications

DevShed: Building Your Own Desktop Notepad Application Using PHP-GTK

NETTUTS.com: How to Build a Shopping Cart using CodeIgniter and jQuery


Community Events











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


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

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