News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: AJAX Chat Tutorial

Job Posting: FireScope Seeks Experienced Web Application Developer/Manager (Dallas, TX)

PHPit.net: An introduction to Test Driven Development with PHP

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

DevShed: Checking Boolean Values with Filters in PHP 5


Community Events











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


database testing language phpunit development unittest opinion series podcast zendframework2 symfony2 introduction release conference community rest usergroup framework interview functional

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