switching to absolute leak/bloat numbers.
git-svn-id: svn://10.0.0.236/trunk@51959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d54c2a54d9
commit
dc2ef44aa6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user