mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
switching to absolute leak/bloat numbers.
This commit is contained in:
parent
6e6993d4df
commit
2ec4894575
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user