switching to absolute leak/bloat numbers.

This commit is contained in:
mcafee%netscape.com 1999-10-27 07:02:25 +00:00
Родитель 247f25c399
Коммит 36fdd3207f
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -319,7 +319,9 @@ sub print_table_row {
if (defined $bloat_by_log->{$logfile}) {
my $leaks, $bloat;
($leaks, $bloat) = @{ $bloat_by_log->{$logfile} };
printf "<br>%+.2f<br>%+.2f", $leaks, $bloat;
# Percentage, or absolute?
# printf "<br>%+.2f<br>%+.2f", $leaks, $bloat;
printf "<br>%d<br>%d", $leaks, $bloat;
}
# Binary