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

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.
108 # measure the test method
116 # measure baseline method
161 # Measure a given test method with a give test pattern using the
164 # @param the method to run
185 # Measure a given test method with a give test pattern using the
188 # @param the method to run
199 my $method = shift;
203 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
215 my @t = callJava($method, $pat, -$CALIBRATE, 1);
234 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
239 # $a->[0]: method name, corresponds to $method
261 # @param the method to run
269 # ->[0]: The method name as reported
275 my $method = shift;
282 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
296 my $method = '';
305 die "$method was begun but not finished" if ($method);
306 $method = $m;
310 if ($m ne $method) {
311 die "$method end does not match: $_";
314 #print "#$method:", join(";",@$data), "\n";
315 unshift(@$data, $method); # add method to start
318 $method = '';
326 if ($method) {
338 die "$method was begun but not finished" if ($method);