Merge "Put the sha1 tag in <revision> and not wrongly in <page>"
[lhc/web/wiklou.git] / includes / profiler / Profiler.php
2012-03-24 ReedyMerge "Put the sha1 tag in <revision> and not wrongly...
2012-03-24 Aaron SchulzMerge "* (bug 35449) Removed double call to OutputPage...
2012-03-24 Aaron SchulzMerge "* Added Profiler::addInitialStack() to separate...
2012-03-23 Alexandre Emsenhuber* Added Profiler::addInitialStack() to separate definit...
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Alexandre EmsenhuberFix comment, Profiler::getFunctionReport() no longer...
2012-01-18 Alexandre EmsenhuberMake time of '-total' item correct if using 'user'...
2012-01-15 Alexandre Emsenhuber* Fix Profiler::getUserTime() to return a float and...
2011-09-19 Chad HorohoeBack-compat for $wgProfiler set as a class. Fix for...
2011-08-30 Chad HorohoeAnother stupid newline, forgot to press save
2011-08-30 Chad HorohoeFixes for r94158: newlines and minor debugging typo...
2011-08-10 Chad HorohoeVarious profiler tweaks:
2011-07-07 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-05-31 Tim StarlingFix for r89206, r89218: always supply constructor param...
2011-05-31 Antoine MussoProfiler can be constructed without param
2011-05-31 Tim Starling* Made the profiler work in HipHop:
2011-05-15 Domas Mituzasinitialize Profiler instance singleton with ProfilerStu...
2011-04-21 Alexandre Emsenhuber* Added Profiler::isStub() to check if we are using...
2011-04-19 Alexandre EmsenhuberRemoved check whether memory_get_usage() exists; per...
2011-04-16 Chad Horohoemethod signatures, E_STRICT, blah blah blah
2011-04-16 Chad HorohoeFollowup r86228 (profiling cleanup):
2011-04-16 Chad HorohoeFollowup r86228 (profiling cleanup):
2011-04-16 Chad HorohoeMore profiler cleanup:
2011-04-16 Chad HorohoeFirst step of reorganizing profiling files:
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...