First step of reorganizing profiling files:
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 16 Apr 2011 02:19:40 +0000 (02:19 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 16 Apr 2011 02:19:40 +0000 (02:19 +0000)
commite376ee65f705f6c9ee93a3d7332fd2d1d9622651
tree15c17c74b669f4b7106d3cd7238b03877bc2bb16
parente596cfcf78820618d8c8d532408a091d5b795391
First step of reorganizing profiling files:
* Move them all to includes/profiling/* - If you're using StartProfiler, you'll need to update that
* Make ProfileStub subclass the Profiler rather than duplicating function definitions conditionally
* Removed unused params to wfGetProfilingOutput(), only used in the stub, and they didn't do anything with them
* TODO: Kill $wgProfiling, make $wgProfiler a config array and move the various options to that. Also make into a singleton, rather than global (not much calls it outside of core)
15 files changed:
includes/AutoLoader.php
includes/Profiler.php [deleted file]
includes/ProfilerSimple.php [deleted file]
includes/ProfilerSimpleText.php [deleted file]
includes/ProfilerSimpleTrace.php [deleted file]
includes/ProfilerSimpleUDP.php [deleted file]
includes/ProfilerStub.php [deleted file]
includes/WebStart.php
includes/profiler/Profiler.php [new file with mode: 0644]
includes/profiler/ProfilerSimple.php [new file with mode: 0644]
includes/profiler/ProfilerSimpleText.php [new file with mode: 0644]
includes/profiler/ProfilerSimpleTrace.php [new file with mode: 0644]
includes/profiler/ProfilerSimpleUDP.php [new file with mode: 0644]
includes/profiler/ProfilerStub.php [new file with mode: 0644]
maintenance/doMaintenance.php