From 7227c7e914a5d6249cc6ff4f724c9dd8eb243499 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 21 Aug 2005 06:08:51 +0000 Subject: [PATCH] profiling --- includes/EditPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/EditPage.php b/includes/EditPage.php index 28346d8539..6a639e2f58 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -188,6 +188,7 @@ class EditPage { return; } else { $wgOut->readOnlyPage( $this->mArticle->getContent( true ), true ); + wfProfileOut( $fname ); return; } } -- 2.20.1