Merge "Add ability to show the time taken by update.php"
[lhc/web/wiklou.git] / includes / HtmlFormatter.php
index d13e0a0..248a76f 100644 (file)
@@ -135,6 +135,7 @@ class HtmlFormatter {
                $removals = $this->parseItemsToRemove();
 
                if ( !$removals ) {
+                       wfProfileOut( __METHOD__ );
                        return;
                }