Lines Matching refs:iterCount
196 my $iterCount = shift; # actually might be -seconds/pass
199 if ($iterCount > 0) {
200 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
202 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
205 # is $iterCount actually -seconds/pass?
206 if ($iterCount < 0) {
219 $iterCount = int(-$iterCount / $timePerIter + 0.5);
228 print "Measuring $iterCount iterations x $NUMPASSES passes...";
229 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
235 # $a->[1]: 'begin' data, == $iterCount
243 out("Iterations per pass: $iterCount<BR>\n");
250 ($iterCount, $eventsPerIter, @ms);