[solved] Help understanding debug mode output

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Cerulean
Forum Members
Forum Members
Posts: 172
Joined: Mon Nov 01, 2010 8:56 am

[solved] Help understanding debug mode output

Post by Cerulean »

I'd like to understand the output when debug is set to true in config.php.
Below is a typical portion of the output:

Debug: (0.010835) - (usage: 1629268) - (peak: 1664252)
loading events functions

What is the meaning of the numbers inside the three sets of brackets?
Last edited by Cerulean on Sun Dec 05, 2010 5:02 am, edited 1 time in total.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Help understanding debug mode output

Post by Wishbone »

The first one is elapsed time (seconds), and the other two are memory usage and peak memory usage (bytes).
Cerulean
Forum Members
Forum Members
Posts: 172
Joined: Mon Nov 01, 2010 8:56 am

Re: Help understanding debug mode output

Post by Cerulean »

Thanks :)
Post Reply

Return to “CMSMS Core”