Spaces to tabs
[lhc/web/wiklou.git] / includes / ProfilerSimple.php
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-09-20 Sam ReedAdd missing parameter to lockTables
2010-02-26 Alexandre EmsenhuberFixes to r62995:
2010-02-26 Mark A. Hershbergerfixes bug 20388; follow up r60216. Make sure ProfilerSi...
2009-02-17 Tim StarlingSupport early loading of the Profiler class from a...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-06 Alexandre Emsenhuber* Update some documentation
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-01-26 Tim StarlingRevert removal of CPU time profiling in 29658-29661...
2008-01-12 Domas Mituzas* importing livehack for profiling errors output
2008-01-12 Domas Mituzasremove Cpu from here too
2008-01-12 Domas MituzasaaaAAAAAAAAAaaaaaAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAAAA...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2006-11-29 Nick Jenkins$functionname not defined in this context, replacing...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-18 Tim StarlingAdd the ability to change the profile ID for UDP profil...
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-07-14 Domas Mituzasfunction_exists expects string with function name in it
2006-07-14 Brion Vibberfix syntax error
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...
2006-06-07 Domas Mituzasuse microtime(true), properly initialize non-existing...
2006-04-04 Brion VibberRemove yet more stray executable bits. The last, I...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-04 Tim StarlingMore robust include directory determination. Don't...
2006-01-03 Domas Mituzasallow pre-started Profiler
2005-12-30 Domas Mituzas* Fix ::close()
2005-12-24 Domas Mituzas* move $wgProfiler init to Setup.php