Follow-up r84814: revert redundant summary message addition.
[lhc/web/wiklou.git] / includes / Profiler.php
2011-02-10 PlatonidesMove the overhead computation to another function.
2010-10-17 Sam ReedRevert r74913, caused many problems, and was only likel...
2010-10-17 Sam ReedMove profiler stuff to own folder, updater AutoLoader...
2010-07-01 Alexandre EmsenhuberFixed some doxygen warnings
2010-04-09 Roan KattouwFix division by zero in Profiler
2010-02-26 Alexandre EmsenhuberFixes to r62995:
2009-12-11 Alexandre Emsenhuberfix some doxygen errors
2009-12-07 Aaron Schulzstop undefined variable notices
2009-07-29 Alexandre EmsenhuberAvoid infinite loop when an exception occurs in command...
2009-02-24 Aaron Schulz* Fixed $wgProfileToDatabase/$wgProfileCallTree interac...
2009-01-23 Roan KattouwRemove stray semicolon
2009-01-19 Aaron SchulzCheck $wgProfiling. This lets long running scripts...
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-06 Alexandre Emsenhuber*stab* some tweaks for my last commit
2008-05-06 Alexandre Emsenhuber* Update some documentation
2008-04-30 Brion Vibberand eat that unneeded table name var
2008-04-30 Brion Vibberuse query constructors; passing hostname string raw...
2008-04-29 Aaron Schulz* No need to *1000
2008-04-29 Aaron Schulzupdate insert
2008-04-29 Aaron SchulzAdd pf_memory field
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-10 Antoine MussoFix #5375: profiling does not respect read-only mode
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-01-23 Nick Jenkins* Removing a handful of unused globals.
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-02 Brion Vibber* (bug 8041) Work around bug with debug_backtrace when...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-08-02 Domas MituzasMove SO::_getCaller() to Profiler::getCaller()
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...