Lines Matching refs:iterCount
192 my $iterCount = shift; # actually might be -seconds/pass
195 if ($iterCount > 0) {
196 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
198 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
201 # is $iterCount actually -seconds/pass?
202 if ($iterCount < 0) {
215 $iterCount = int(-$iterCount / $timePerIter + 0.5);
224 print "Measuring $iterCount iterations x $NUMPASSES passes...";
225 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
231 # $a->[1]: 'begin' data, == $iterCount
239 out("Iterations per pass: $iterCount<BR>\n");
246 ($iterCount, $eventsPerIter, @ms);