Home | History | Annotate | Download | only in perldriver

Lines Matching refs:iterCount

23 my $iterCount = 0;
199 # $a->[1]: 'begin' data, == $iterCount
206 my $iterCount = shift(@b);
213 # out("Iterations per pass: $iterCount<BR>\n");
215 # debug("Iterations per pass: $iterCount<BR>\n");
225 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
227 ($iterCount, $operationsPerIter, \@ms);
357 my $iterCount = shift; # actually might be -seconds/pass
360 if ($iterCount > 0) {
361 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
363 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
366 # is $iterCount actually -seconds?
367 if ($iterCount < 0) {
378 $iterCount = int(-$iterCount / $timePerIter + 0.5);
387 print "Measuring $iterCount iterations x $NUMPASSES passes...";
388 my @t = callJava($method, $pat, "$iterCount " x $NUMPASSES);
394 # $a->[1]: 'begin' data, == $iterCount
402 out("Iterations per pass: $iterCount<BR>\n");
409 ($iterCount, $eventsPerIter, @ms);