Use Symfony Stopwatch for Debug

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
Post Reply
User avatar
MichaelC
Development Team
Development Team
Posts: 889
Joined: Thu Jan 28, 2010 6:29 pm

Use Symfony Stopwatch for Debug

Post by MichaelC »

The Symfony Stopwatch component is used to profile code. It allows you to measure the execution time of certain parts of your code. I'm suggesting we integrate it into the debug mode of phpBB. This could be useful for diagnosing problems in phpBB installations, development of phpBB and development of extensions.

The official documentation and more information on the stopwatch component is located here.

It is easy to add new events. Events would be added throughout the existing core, in future changes and can be added within extensions and this could probably be recommended by the MOD Team.
Formerly known as Unknown Bliss
psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
No unsolicited PMs please except for quotes.

Post Reply