Lines Matching refs:method
17 # Methods to be tested. Each pair represents a test method and
18 # a baseline method which is used for comparison.
95 # measure the test method
103 # measure baseline method
148 # Measure a given test method with a give test pattern using the
151 # @param the method to run
172 # Measure a given test method with a give test pattern using the
175 # @param the method to run
186 my $method = shift;
190 out("<P>Measuring $method using $pat, ");
202 my @t = callJava($method, $pat, -$CALIBRATE, 1);
221 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
226 # $a->[0]: method name, corresponds to $method
248 # @param the method to run
256 # ->[0]: The method name as reported
262 my $method = shift;
269 my $cmd = "java -cp classes $TESTCLASS $method $n -p $passes $pat";
283 my $method = '';
292 die "$method was begun but not finished" if ($method);
293 $method = $m;
297 if ($m ne $method) {
298 die "$method end does not match: $_";
301 #print "#$method:", join(";",@$data), "\n";
302 unshift(@$data, $method); # add method to start
305 $method = '';
313 if ($method) {
325 die "$method was begun but not finished" if ($method);