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