Lines Matching refs:iterCount
250 my $iterCount = shift; # actually might be -seconds/pass
253 if ($iterCount > 0) {
254 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
256 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
259 # is $iterCount actually -seconds/pass?
260 if ($iterCount < 0) {
273 $iterCount = int(-$iterCount / $timePerIter + 0.5);
282 print "Measuring $iterCount iterations x $NUMPASSES passes...";
283 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
289 # $a->[1]: 'begin' data, == $iterCount
297 out("Iterations per pass: $iterCount<BR>\n");
304 ($iterCount, $eventsPerIter, @ms);