jenkins-bot has submitted this change and it was merged.

Change subject: Cleaned up template profile report tabbing
......................................................................


Cleaned up template profile report tabbing

Change-Id: I46abfc856d718d4db73d0510bde3e2b589341b10
---
M includes/parser/Parser.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index 14aad1a..07eb340 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -536,9 +536,9 @@
                        uasort( $dataByFunc, function( $a, $b ) {
                                return $a['real'] < $b['real']; // descending 
order
                        } );
-                       $profileReport = "Top template expansion time report 
(%,ms,calls,template)\n";
+                       $profileReport = "Transclusion expansion time report 
(%,ms,calls,template)\n";
                        foreach ( array_slice( $dataByFunc, 0, 10 ) as $item ) {
-                               $profileReport .= sprintf( "%6.2f%% %3.6f %6d - 
%s\n",
+                               $profileReport .= sprintf( "%6.2f%% %8.3f %6d - 
%s\n",
                                        $item['%real'], $item['real'], 
$item['calls'],
                                        htmlspecialchars($item['name'] ) );
                        }

-- 
To view, visit https://gerrit.wikimedia.org/r/174309
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I46abfc856d718d4db73d0510bde3e2b589341b10
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to