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.
103 # measure the test method
111 # measure baseline method
156 # Measure a given test method with a give test pattern using the
159 # @param the method to run
180 # Measure a given test method with a give test pattern using the
183 # @param the method to run
194 my $method = shift;
198 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
210 my @t = callJava($method, $pat, -$CALIBRATE, 1);
229 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
234 # $a->[0]: method name, corresponds to $method
256 # @param the method to run
264 # ->[0]: The method name as reported
270 my $method = shift;
277 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
291 my $method = '';
300 die "$method was begun but not finished" if ($method);
301 $method = $m;
305 if ($m ne $method) {
306 die "$method end does not match: $_";
309 #print "#$method:", join(";",@$data), "\n";
310 unshift(@$data, $method); # add method to start
313 $method = '';
321 if ($method) {
333 die "$method was begun but not finished" if ($method);