switching to absolute leak/bloat numbers.

This commit is contained in:
mcafee%netscape.com 1999-10-27 07:02:25 +00:00
parent 6e6993d4df
commit 2ec4894575

View File

@ -319,7 +319,9 @@ sub print_table_row {
if (defined $bloat_by_log->{$logfile}) { if (defined $bloat_by_log->{$logfile}) {
my $leaks, $bloat; my $leaks, $bloat;
($leaks, $bloat) = @{ $bloat_by_log->{$logfile} }; ($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 # Binary