Lines Matching refs:iterCount
200 my $iterCount = shift; # actually might be -seconds/pass
203 if ($iterCount > 0) {
204 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
206 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
209 # is $iterCount actually -seconds/pass?
210 if ($iterCount < 0) {
223 $iterCount = int(-$iterCount / $timePerIter + 0.5);
232 print "Measuring $iterCount iterations x $NUMPASSES passes...";
233 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
239 # $a->[1]: 'begin' data, == $iterCount
247 out("Iterations per pass: $iterCount<BR>\n");
254 ($iterCount, $eventsPerIter, @ms);