Merge "More Profiler class refactoring"
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 34e3743..97a3246 100644 (file)
@@ -834,8 +834,10 @@ $wgAutoloadLocalClasses = array(
        'ProfilerSimpleText' => 'includes/profiler/ProfilerSimpleText.php',
        'ProfilerSimpleTrace' => 'includes/profiler/ProfilerSimpleTrace.php',
        'ProfilerSimpleUDP' => 'includes/profiler/ProfilerSimpleUDP.php',
+       'ProfilerStandard' => 'includes/profiler/ProfilerStandard.php',
        'ProfilerStub' => 'includes/profiler/ProfilerStub.php',
        'ProfileSection' => 'includes/profiler/Profiler.php',
+       'TransactionProfiler' => 'includes/profiler/Profiler.php',
 
        # includes/rcfeed
        'RCFeedEngine' => 'includes/rcfeed/RCFeedEngine.php',