зеркало из https://github.com/mozilla/pjs.git
BuildSize() added a parameter recently to control number of sig figs. -mcafee
This commit is contained in:
Родитель
5f8ba2e198
Коммит
044081b37b
|
@ -193,7 +193,7 @@ sub ParseHeapOutput($$)
|
|||
DumpHashDiffs(\%before_data, \%after_data);
|
||||
|
||||
my $heap_diff = $after_heap - $before_heap;
|
||||
TinderUtils::print_log("TinderboxPrint:<acronym title=\"Per-window leaks\">Lw:".TinderUtils::PrintSize($heap_diff)."B</acronym>\n");
|
||||
TinderUtils::print_log("TinderboxPrint:<acronym title=\"Per-window leaks\">Lw:".TinderUtils::PrintSize($heap_diff, 3)."B</acronym>\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче