HomeSort by relevance Sort by last modified time
    Searched refs:NUMPASSES (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 24 my $NUMPASSES = 4;
37 $NUMPASSES = $options{"passes"};
132 # $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
134 # $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
147 $commandLine = "$program @argsAndTest -i $ITERATIONS -p $NUMPASSES $locAndData $custArgs";
149 $commandLine = "$program @argsAndTest -t $TIME -p $NUMPASSES $locAndData $custArgs";
361 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
363 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
387 print "Measuring $iterCount iterations x $NUMPASSES passes...";
388 my @t = callJava($method, $pat, "$iterCount " x $NUMPASSES);
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 24 my $NUMPASSES = 4;
37 $NUMPASSES = $options{"passes"};
125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
129 #my $commandLine = "$program -i 5 -p $NUMPASSES $locAndData @argsAndTest";
336 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
338 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
362 print "Measuring $iterCount iterations x $NUMPASSES passes...";
363 my @t = callJava($method, $pat, "$iterCount " x $NUMPASSES);
  /external/icu/icu4j/perf-tests/
converterperf.pl 58 my $NUMPASSES = 4; # number of passes. If > 1 then the first pass
65 if ($NUMPASSES < 3) {
218 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
220 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
246 print "Measuring $iterCount iterations x $NUMPASSES passes...";
247 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
dateformatperf.pl 38 my $NUMPASSES = 4; # number of passes. If > 1 then the first pass
45 if ($NUMPASSES < 3) {
205 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
207 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
233 print "Measuring $iterCount iterations x $NUMPASSES passes...";
234 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
decimalformatperf.pl 34 my $NUMPASSES = 4; # number of passes. If > 1 then the first pass
41 if ($NUMPASSES < 3) {
200 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
202 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
228 print "Measuring $iterCount iterations x $NUMPASSES passes...";
229 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
normperf.pl 94 my $NUMPASSES = 4; # number of passes. If > 1 then the first pass
101 if ($NUMPASSES < 3) {
254 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
256 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
282 print "Measuring $iterCount iterations x $NUMPASSES passes...";
283 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
ucharacterperf.pl 42 my $NUMPASSES = 4; # number of passes. If > 1 then the first pass
49 if ($NUMPASSES < 3) {
202 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
204 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
230 print "Measuring $iterCount iterations x $NUMPASSES passes...";
231 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
unicodesetperf.pl 32 my $NUMPASSES = 4; # number of passes. If > 1 then the first pass
39 if ($NUMPASSES < 3) {
192 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
194 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
220 print "Measuring $iterCount iterations x $NUMPASSES passes...";
221 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
perftests.pl 43 my $NUMPASSES = 4; # number of passes. If > 1 then the first pass
50 if ($NUMPASSES < 3) {
337 print "Measuring $iterCount iterations x $NUMPASSES passes...";
338 my @t = callJava($testclass, $method, $pat, $iterCount, $NUMPASSES);

Completed in 4628 milliseconds