From 50eb8b5da4decc8f5370f9a1607525e39f6df7e3 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 15 Apr 2007 00:20:24 +0000 Subject: [PATCH] profiling --- includes/WebStart.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/WebStart.php b/includes/WebStart.php index 8a112d08b0..55c96488af 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -96,6 +96,8 @@ if ( ob_get_level() ) { ob_start( 'wfOutputHandler' ); } +wfProfileOut( 'WebStart.php-ob_start' ); + if ( !defined( 'MW_NO_SETUP' ) ) { require_once( './includes/Setup.php' ); } -- 2.20.1