aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Profiler.php
Commit message (Expand)AuthorAgeFilesLines
* First step of reorganizing profiling files:Chad Horohoe2011-04-161-470/+0
* Move the overhead computation to another function.Platonides2011-02-101-6/+13
* Revert r74913, caused many problems, and was only likely to cause more in the...Sam Reed2010-10-171-0/+463
* Move profiler stuff to own folder, updater AutoLoader to matchSam Reed2010-10-171-463/+0
* Fixed some doxygen warningsAlexandre Emsenhuber2010-07-011-11/+17
* Fix division by zero in ProfilerRoan Kattouw2010-04-091-3/+3
* Fixes to r62995:Alexandre Emsenhuber2010-02-261-0/+9
* fix some doxygen errorsAlexandre Emsenhuber2009-12-111-4/+4
* stop undefined variable noticesAaron Schulz2009-12-071-0/+1
* Avoid infinite loop when an exception occurs in command line modeAlexandre Emsenhuber2009-07-291-0/+6
* * Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled t...Aaron Schulz2009-02-241-8/+10
* Remove stray semicolonRoan Kattouw2009-01-231-1/+1
* Check $wgProfiling. This lets long running scripts disable profiling to avoid...Aaron Schulz2009-01-191-4/+4
* (bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use...Tim Starling2008-10-061-3/+2
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-10/+13
* *stab* some tweaks for my last commitAlexandre Emsenhuber2008-05-061-1/+1
* * Update some documentationAlexandre Emsenhuber2008-05-061-72/+133
* and eat that unneeded table name varBrion Vibber2008-04-301-1/+0
* use query constructors; passing hostname string raw into SQL gives me the wil...Brion Vibber2008-04-301-6/+13
* * No need to *1000Aaron Schulz2008-04-291-1/+1
* update insertAaron Schulz2008-04-291-3/+8
* Add pf_memory fieldAaron Schulz2008-04-291-3/+3
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-4/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Fix #5375: profiling does not respect read-only modeAntoine Musso2007-05-101-0/+3
* Yet more doc tweaks:Nick Jenkins2007-04-201-0/+1
* * Removing a handful of unused globals.Nick Jenkins2007-01-231-1/+1
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+0
* Rename constructors to __constructorAntoine Musso2007-01-201-3/+1
* * (bug 8041) Work around bug with debug_backtrace when Zend Optimizer isBrion Vibber2007-01-021-1/+1
* Code housekeeping stuff (and barring any stuff-ups on my behalf, there should...Nick Jenkins2006-11-231-3/+1
* Move SO::_getCaller() to Profiler::getCaller()Domas Mituzas2006-08-021-0/+14
* Consolidated web initialisation code into includes/WebStart.php. Moved profil...Tim Starling2006-07-141-0/+355