News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Zend Developer Zone:
Profiling PHP Applications With xdebug
January 01, 2008 @ 09:01:00

The Zend Developer Zone has posted the theird part of their series (by Stefan Priebsch) about working with XDebug in PHP to profile your applications.

In this week's issue, we will have a look at profiling. Profiling is a feature that seems to be similar to trace logging at first sight. Profiling logs, however, are not meant for human readability, and are not meant to visualize the program's control flow, but provide the data for a statistical analysis of the program run.

He includes an example of the profiling log his XDebug setup is generating and gives the settings you'll need to make a log of your own like php.ini settings to start it up and name it/place it where you want it.

He also talks about the method to get something useful out of the profiling logs - using WinCacheGrind or KCacheGrind to get an overview of what's going on "on the inside" of your application.

0 comments voice your opinion now!
profile application tutorial xdebug wincachegrind kcachegrind profile application tutorial xdebug wincachegrind kcachegrind



Similar Posts

PHP-GTK Community Site: Extending GtkMenu class for Popup menu dialog

DevShed: Working with PHP and MySQL

PHPit.net: Using the CURL Library on PHP

Gennady Feldman's Blog: Performance tips, APC vs Eaccelerator

Felix Geisendorfer's Blog: Setting up Xdebug on Mac OS X (or Win32 / Linux)


Community Events







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


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

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