BuildSize() added a parameter recently to control number of sig figs. -mcafee

This commit is contained in:
cltbld%netscape.com 2002-12-05 22:22:27 +00:00
Родитель 5f8ba2e198
Коммит 044081b37b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");
}