Move request-only template profiling to an always-on parser report
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 9c618ad..92eb4c8 100644 (file)
@@ -346,7 +346,7 @@ $wgAutoloadLocalClasses = array(
        'LinkCache' => 'includes/cache/LinkCache.php',
        'LocalisationCache' => 'includes/cache/LocalisationCache.php',
        'LocalisationCacheBulkLoad' => 'includes/cache/LocalisationCache.php',
-       'MapCacheLRU' => 'includes/cache/MapCacheLRU.php',
+       'MapCacheLRU' => 'includes/libs/MapCacheLRU.php',
        'MessageCache' => 'includes/cache/MessageCache.php',
        'ObjectFileCache' => 'includes/cache/ObjectFileCache.php',
        'ResourceFileCache' => 'includes/cache/ResourceFileCache.php',
@@ -699,17 +699,18 @@ $wgAutoloadLocalClasses = array(
        'SwiftVirtualRESTService' => 'includes/libs/virtualrest/SwiftVirtualRESTService.php',
        'VirtualRESTService' => 'includes/libs/virtualrest/VirtualRESTService.php',
        'VirtualRESTServiceClient' => 'includes/libs/virtualrest/VirtualRESTServiceClient.php',
+       'Xhprof' => 'includes/libs/Xhprof.php',
        'XmlTypeCheck' => 'includes/libs/XmlTypeCheck.php',
 
        # includes/libs/cdb
-       'CdbException' => 'includes/libs/cdb/Cdb.php',
-       'CdbFunctions' => 'includes/libs/cdb/CdbPHP.php',
-       'CdbReader' => 'includes/libs/cdb/Cdb.php',
-       'CdbReaderDBA' => 'includes/libs/cdb/CdbDBA.php',
-       'CdbReaderPHP' => 'includes/libs/cdb/CdbPHP.php',
-       'CdbWriter' => 'includes/libs/cdb/Cdb.php',
-       'CdbWriterDBA' => 'includes/libs/cdb/CdbDBA.php',
-       'CdbWriterPHP' => 'includes/libs/cdb/CdbPHP.php',
+       'CdbException' => 'includes/libs/cdb/CdbException.php',
+       'CdbFunctions' => 'includes/libs/cdb/CdbFunctions.php',
+       'CdbReader' => 'includes/libs/cdb/CdbReader.php',
+       'CdbReaderDBA' => 'includes/libs/cdb/CdbReaderDBA.php',
+       'CdbReaderPHP' => 'includes/libs/cdb/CdbReaderPHP.php',
+       'CdbWriter' => 'includes/libs/cdb/CdbWriter.php',
+       'CdbWriterDBA' => 'includes/libs/cdb/CdbWriterDBA.php',
+       'CdbWriterPHP' => 'includes/libs/cdb/CdbWriterPHP.php',
 
        # includes/libs/lessphp
        'lessc' => 'includes/libs/lessc.inc.php',
@@ -885,7 +886,9 @@ $wgAutoloadLocalClasses = array(
        'ProfilerSimpleUDP' => 'includes/profiler/ProfilerSimpleUDP.php',
        'ProfilerStandard' => 'includes/profiler/ProfilerStandard.php',
        'ProfilerStub' => 'includes/profiler/ProfilerStub.php',
+       'ProfilerXhprof' => 'includes/profiler/ProfilerXhprof.php',
        'ProfileSection' => 'includes/profiler/ProfileSection.php',
+       'SectionProfiler' => 'includes/profiler/SectionProfiler.php',
        'TransactionProfiler' => 'includes/profiler/TransactionProfiler.php',
 
        # includes/rcfeed