Move profiler stuff to own folder, updater AutoLoader to match
authorSam Reed <reedy@users.mediawiki.org>
Sun, 17 Oct 2010 19:04:05 +0000 (19:04 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 17 Oct 2010 19:04:05 +0000 (19:04 +0000)
commit47b13d184cbc11a1893a59fb2bfd07da5acd80b6
treee560b8da02c7d0f8ba621b8d50bef6b2c887a4f0
parentffae3f9f0282ef965586170670d60c5b524f496d
Move profiler stuff to own folder, updater AutoLoader to match

ProfilerSimpleTrace isn't in AutoLoader. Neither is ProfilerStub

Profiler also says " * This file is only included if profiling is enabled"...
13 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/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]