mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
added title= labels for Lk/Bl tinderbox output
This commit is contained in:
parent
149b03b861
commit
a119df5501
@ -166,8 +166,8 @@ printf "%-40s %10s %10.2f%% %10s %10.2f%%\n",
|
||||
my $leakstr = PrintSize($newMap{"TOTAL"}{leaked}) . "B\n";
|
||||
my $bloatstr = PrintSize($newMap{"TOTAL"}{bloat}) . "B\n";
|
||||
|
||||
print "TinderboxPrint:Lk:$leakstr\n";
|
||||
print "TinderboxPrint:Bl:$bloatstr\n";
|
||||
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