Followup r86228 (profiling cleanup):
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 16 Apr 2011 19:30:50 +0000 (19:30 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 16 Apr 2011 19:30:50 +0000 (19:30 +0000)
commit1c13096d9b1bd91c8a75b6fd9d1ba48cb0d17918
treed92913ce37a3ee64879dc2241bcc8bad9826fd24
parente5d496b1210e25c9f139ea2f16bc167197f40f3a
Followup r86228 (profiling cleanup):
* Move autoloader up in Maintenance as well
* Add setInstance() method to Profiler, dumpHTML will need it
* Move get/setProfileId() up a level to Profiler. ProfilerSimple subclasses use it, behavior is harmless for Stub.
includes/profiler/Profiler.php
includes/profiler/ProfilerSimple.php
includes/profiler/ProfilerSimpleTrace.php