Lines Matching refs:iterCount
25 my $iterCount = 0;
201 # $a->[1]: 'begin' data, == $iterCount
208 my $iterCount = shift(@b);
215 # out("Iterations per pass: $iterCount<BR>\n");
217 # debug("Iterations per pass: $iterCount<BR>\n");
227 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
229 ($iterCount, $operationsPerIter, \@ms);
359 my $iterCount = shift; # actually might be -seconds/pass
362 if ($iterCount > 0) {
363 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
365 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
368 # is $iterCount actually -seconds?
369 if ($iterCount < 0) {
380 $iterCount = int(-$iterCount / $timePerIter + 0.5);
389 print "Measuring $iterCount iterations x $NUMPASSES passes...";
390 my @t = callJava($method, $pat, "$iterCount " x $NUMPASSES);
396 # $a->[1]: 'begin' data, == $iterCount
404 out("Iterations per pass: $iterCount<BR>\n");
411 ($iterCount, $eventsPerIter, @ms);