Home | History | Annotate | Download | only in perldriver

Lines Matching full:itercount

23 my $iterCount = 0;
175 # $a->[1]: 'begin' data, == $iterCount
182 my $iterCount = shift(@b);
189 # out("Iterations per pass: $iterCount<BR>\n");
191 # debug("Iterations per pass: $iterCount<BR>\n");
201 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
203 ($iterCount, $operationsPerIter, \@ms);
333 my $iterCount = shift; # actually might be -seconds/pass
336 if ($iterCount > 0) {
337 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
339 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
342 # is $iterCount actually -seconds?
343 if ($iterCount < 0) {
354 $iterCount = int(-$iterCount / $timePerIter + 0.5);
363 print "Measuring $iterCount iterations x $NUMPASSES passes...";
364 my @t = callJava($method, $pat, "$iterCount " x $NUMPASSES);
370 # $a->[1]: 'begin' data, == $iterCount
378 out("Iterations per pass: $iterCount<BR>\n");
385 ($iterCount, $eventsPerIter, @ms);