r44840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44839‎ | r44840 | r44841 >
Date:09:54, 20 December 2008
Author:aaron
Status:ok
Tags:
Comment:
Add profile calls
Modified paths:
  • /trunk/extensions/Configure/Configure.func.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.func.php
@@ -58,7 +58,7 @@
5959 */
6060 function efConfigureSetup( $wiki = 'default' ) {
6161 global $wgConf, $wgConfigureFilesPath;
62 -
 62+ wfProfileIn( __FUNCTION__ );
6363 # Create the new configuration object...
6464 $oldConf = $wgConf;
6565 require_once( dirname( __FILE__ ) . '/Configure.obj.php' );
@@ -81,6 +81,7 @@
8282 } else {
8383 efConfigureInitialise();
8484 }
 85+ wfProfileOut( __FUNCTION__ );
8586 }
8687
8788 function efConfigureInitialise() {

Status & tagging log