News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
PHP Frontend for Xdebug Profiling?
April 24, 2006 @ 07:34:09

On the SitePoint PHP Blog, Harry Fuecks has posted an interesting bit asking about a PHP frontend for Xdebug profiling, specifically for the 2.x version's output.

Xdebug 1.x had this nice xdebug_dump_function_profile() function which planted a HTML table containing the profiling stats in your output'"nice an easy to use, ignoring the minor issue that doing this "in band" with the code you are profiling slants the results. With Xdebug 2.x it was dropped and you now need a tool like kcachegrind or wincachegrind, an output file generated by Xdebug acting as the middle man.

Several of the comments either ask why he would want to write it when the two tools he mentions work just fine or a few links to scripts out there that already do this sort of thing. If you've been looking for something like this, definitely check out this post - there's a few resources in there you don't want to miss.

0 comments voice your opinion now!
frontend xdebug profiling kcachegrind wincachegrind script frontend xdebug profiling kcachegrind wincachegrind script


blog comments powered by Disqus

Similar Posts

Richard Heyes' Blog: An epiphany... (using cron)

Brandon Savage's Blog: Bug-Free: Using XDebug To Improve Development (Part 2 of N)

Xml.it Blog: Open-source PHP profiler

DevArticles: Creating the Front End of a Search Engine with AJAX

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


Community Events









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


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

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