mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
comment out TinderboxPrint:, doing this in util script now. -mcafee
This commit is contained in:
parent
0da7904541
commit
5d2cdca788
@ -164,16 +164,18 @@ printf "%-40s %10s %10.2f%% %10s %10.2f%%\n",
|
||||
$newMap{"TOTAL"}{leaked}, $newMap{"TOTAL"}{leakPercent},
|
||||
$newMap{"TOTAL"}{bloat}, $newMap{"TOTAL"}{bloatPercent});
|
||||
|
||||
my $leakstr = PrintSize($newMap{"TOTAL"}{leaked}) . "B\n";
|
||||
my $bloatstr = PrintSize($newMap{"TOTAL"}{bloat}) . "B\n";
|
||||
|
||||
if($LABEL) {
|
||||
print "TinderboxPrint:<a title=\"$LABEL nsTraceRefcnt leaks\">$LABEL Lk:$leakstr</a>\n";
|
||||
print "TinderboxPrint:<a title=\"$LABEL nsTraceRefcnt bloat\">$LABEL Bl:$bloatstr</a>\n";
|
||||
} else {
|
||||
print "TinderboxPrint:<a title=\"nsTraceRefcnt leaks\">Lk:$leakstr</a>\n";
|
||||
print "TinderboxPrint:<a title=\"nsTraceRefcnt bloat\">Bl:$bloatstr</a>\n";
|
||||
}
|
||||
# build-seamonkey-util.pl does this printing now.
|
||||
#
|
||||
#my $leakstr = PrintSize($newMap{"TOTAL"}{leaked}) . "B\n";
|
||||
#my $bloatstr = PrintSize($newMap{"TOTAL"}{bloat}) . "B\n";
|
||||
#
|
||||
#if($LABEL) {
|
||||
# print "TinderboxPrint:<a title=\"$LABEL nsTraceRefcnt leaks\">$LABEL Lk:$leakstr</a>\n";
|
||||
# print "TinderboxPrint:<a title=\"$LABEL nsTraceRefcnt bloat\">$LABEL Bl:$bloatstr</a>\n";
|
||||
#} else {
|
||||
# print "TinderboxPrint:<a title=\"nsTraceRefcnt leaks\">Lk:$leakstr</a>\n";
|
||||
# print "TinderboxPrint:<a title=\"nsTraceRefcnt bloat\">Bl:$bloatstr</a>\n";
|
||||
#}
|
||||
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user