Home | History | Annotate | Download | only in perf-tests

Lines Matching refs:method

19 # Methods to be tested.  Each pair represents a test method and
20 # a baseline method which is used for comparison.
105 # measure the test method
113 # measure baseline method
158 # Measure a given test method with a give test pattern using the
161 # @param the method to run
182 # Measure a given test method with a give test pattern using the
185 # @param the method to run
196 my $method = shift;
200 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
212 my @t = callJava($method, $pat, -$CALIBRATE, 1);
231 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
236 # $a->[0]: method name, corresponds to $method
258 # @param the method to run
266 # ->[0]: The method name as reported
272 my $method = shift;
279 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
293 my $method = '';
302 die "$method was begun but not finished" if ($method);
303 $method = $m;
307 if ($m ne $method) {
308 die "$method end does not match: $_";
311 #print "#$method:", join(";",@$data), "\n";
312 unshift(@$data, $method); # add method to start
315 $method = '';
323 if ($method) {
335 die "$method was begun but not finished" if ($method);