Lines Matching refs:iterCount
188 my $iterCount = shift; # actually might be -seconds/pass
191 if ($iterCount > 0) {
192 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
194 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
197 # is $iterCount actually -seconds/pass?
198 if ($iterCount < 0) {
211 $iterCount = int(-$iterCount / $timePerIter + 0.5);
220 print "Measuring $iterCount iterations x $NUMPASSES passes...";
221 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
227 # $a->[1]: 'begin' data, == $iterCount
235 out("Iterations per pass: $iterCount<BR>\n");
242 ($iterCount, $eventsPerIter, @ms);