mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
switching to absolute leak/bloat numbers.
This commit is contained in:
parent
f068b6de9f
commit
1b3474f8e2
@ -75,7 +75,9 @@ sub find_bloat_data {
|
||||
if ($inBloatStats) {
|
||||
if (/^TOTAL/) {
|
||||
chomp;
|
||||
my ($leaks, $bloat) = (split)[2,4];
|
||||
# 2,4 is percentage, 1,3 is absolute.
|
||||
#my ($leaks, $bloat) = (split)[2,4];
|
||||
my ($leaks, $bloat) = (split)[1,3];
|
||||
chop $leaks;
|
||||
chop $bloat;
|
||||
return $leaks, $bloat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user