From 05af96ea011e74a14beafd27aeee82b4c97ee071 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 19 Jun 2001 21:57:07 +0000 Subject: [PATCH] comment: bloat tests need --enable-logrefcnt --enable-perf-metrics for opt. builds --- tools/tinderbox/build-seamonkey-util.pl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/tinderbox/build-seamonkey-util.pl b/tools/tinderbox/build-seamonkey-util.pl index 7753f673c74c..e7f4e1a9252b 100644 --- a/tools/tinderbox/build-seamonkey-util.pl +++ b/tools/tinderbox/build-seamonkey-util.pl @@ -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);