mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
comment: bloat tests need --enable-logrefcnt --enable-perf-metrics for opt. builds
This commit is contained in:
parent
83d7acfbb7
commit
05af96ea01
@ -18,7 +18,7 @@ use POSIX qw(sys_wait_h strftime);
|
||||
use Cwd;
|
||||
use File::Basename; # for basename();
|
||||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
$::UtilsVersion = '$Revision: 1.48 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.49 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
@ -1190,6 +1190,12 @@ sub FileBasedTest {
|
||||
}
|
||||
} # FileBasedTest
|
||||
|
||||
|
||||
# Page loader (-f option):
|
||||
# If you are building optimized, you need to add
|
||||
# --enable-logrefcnt --enable-perf-metrics
|
||||
# to turn the pageloader code on. These are on by default for debug.
|
||||
#
|
||||
sub BloatTest {
|
||||
my ($binary, $build_dir, $timeout_secs) = @_;
|
||||
my $binary_basename = File::Basename::basename($binary);
|
||||
|
Loading…
x
Reference in New Issue
Block a user