Feature #11428

Add performance profiling support

Added by Karsten Dambekalns over 4 years ago. Updated almost 2 years ago.

Status:Resolved Start date:2010-12-11
Priority:Could have Due date:
Assigned To:Christopher Hlubek % Done:

0%

Category:Core
Target version:-
PHP Version: Complexity:
Has patch:No

Description

Add support for performance profiling, e.g. using XHProf http://pecl.php.net/package/xhprof

History

#1 Updated by Karsten Dambekalns over 4 years ago

  • Category set to Core
  • Status changed from New to Under Review
  • Assigned To set to Christopher Hlubek
  • Priority changed from Should have to Could have
  • Target version set to 1.0 alpha 14
  • Start date changed from 2010-12-13 to 2010-12-11

#2 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from Under Review to Needs Feedback

Hm. Maybe this is the way to go, but is profiling something you need to have supported in the framework? Is it really something a broad user base needs?

I recently checked out https://github.com/preinheimer/xhprof which uses auto_prepend/auto_append to tie profiling into an application. And profiling everything seems to make sense.

#3 Updated by Robert Lemke over 4 years ago

The initial implementation of XHProf support was committed as I3bdb20f763a4130291476b1750e392605e2492f3 but abandoned because it wasn't finished / matching current master.

#4 Updated by Karsten Dambekalns almost 4 years ago

  • Target version deleted (1.0 alpha 14)

#5 Updated by Karsten Dambekalns almost 2 years ago

  • Status changed from Needs Feedback to Resolved
  • Has patch set to No

With Plumber / PhpProfiler I guess we have what we need.

Also available in: Atom PDF