Printed out TOTAL line for showbuilds.cgi

git-svn-id: svn://10.0.0.236/trunk@52175 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-10-29 02:39:10 +00:00
parent 7754b4e90e
commit d4cac369ff

View File

@@ -104,6 +104,10 @@ print "Bloat/Leak Delta Report\n";
print "-------------------------------------------\n";
print "Current file: $NEWFILE\n";
print "Previous file: $OLDFILE\n";
printf "%-20s %10s %10.2f%% %10s %10.2f%%\n",
("TOTAL",
$newMap{"TOTAL"}{leaked}, $newMap{"TOTAL"}{leakPercent},
$newMap{"TOTAL"}{bloat}, $newMap{"TOTAL"}{bloatPercent});
################################################################################