index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Profiler.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
First step of reorganizing profiling files:
Chad Horohoe
2011-04-16
1
-470
/
+0
*
Move the overhead computation to another function.
Platonides
2011-02-10
1
-6
/
+13
*
Revert r74913, caused many problems, and was only likely to cause more in the...
Sam Reed
2010-10-17
1
-0
/
+463
*
Move profiler stuff to own folder, updater AutoLoader to match
Sam Reed
2010-10-17
1
-463
/
+0
*
Fixed some doxygen warnings
Alexandre Emsenhuber
2010-07-01
1
-11
/
+17
*
Fix division by zero in Profiler
Roan Kattouw
2010-04-09
1
-3
/
+3
*
Fixes to r62995:
Alexandre Emsenhuber
2010-02-26
1
-0
/
+9
*
fix some doxygen errors
Alexandre Emsenhuber
2009-12-11
1
-4
/
+4
*
stop undefined variable notices
Aaron Schulz
2009-12-07
1
-0
/
+1
*
Avoid infinite loop when an exception occurs in command line mode
Alexandre Emsenhuber
2009-07-29
1
-0
/
+6
*
* Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled t...
Aaron Schulz
2009-02-24
1
-8
/
+10
*
Remove stray semicolon
Roan Kattouw
2009-01-23
1
-1
/
+1
*
Check $wgProfiling. This lets long running scripts disable profiling to avoid...
Aaron Schulz
2009-01-19
1
-4
/
+4
*
(bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use...
Tim Starling
2008-10-06
1
-3
/
+2
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-10
/
+13
*
*stab* some tweaks for my last commit
Alexandre Emsenhuber
2008-05-06
1
-1
/
+1
*
* Update some documentation
Alexandre Emsenhuber
2008-05-06
1
-72
/
+133
*
and eat that unneeded table name var
Brion Vibber
2008-04-30
1
-1
/
+0
*
use query constructors; passing hostname string raw into SQL gives me the wil...
Brion Vibber
2008-04-30
1
-6
/
+13
*
* No need to *1000
Aaron Schulz
2008-04-29
1
-1
/
+1
*
update insert
Aaron Schulz
2008-04-29
1
-3
/
+8
*
Add pf_memory field
Aaron Schulz
2008-04-29
1
-3
/
+3
*
* remove end of line whitespace
Siebrand Mazeland
2008-04-14
1
-4
/
+2
*
Remove ?>'s from files. They're pointless, and just asking for people to mes...
Aryeh Gregor
2007-06-29
1
-1
/
+1
*
Fix #5375: profiling does not respect read-only mode
Antoine Musso
2007-05-10
1
-0
/
+3
*
Yet more doc tweaks:
Nick Jenkins
2007-04-20
1
-0
/
+1
*
* Removing a handful of unused globals.
Nick Jenkins
2007-01-23
1
-1
/
+1
*
The war on redundant ampersand usage!
Nick Jenkins
2007-01-22
1
-1
/
+1
*
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
Antoine Musso
2007-01-20
1
-2
/
+0
*
Rename constructors to __constructor
Antoine Musso
2007-01-20
1
-3
/
+1
*
* (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
Brion Vibber
2007-01-02
1
-1
/
+1
*
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should...
Nick Jenkins
2006-11-23
1
-3
/
+1
*
Move SO::_getCaller() to Profiler::getCaller()
Domas Mituzas
2006-08-02
1
-0
/
+14
*
Consolidated web initialisation code into includes/WebStart.php. Moved profil...
Tim Starling
2006-07-14
1
-0
/
+355