Home | History | Annotate | Download | only in perf-tests

Lines Matching refs:iterCount

198     my $iterCount = shift; # actually might be -seconds/pass
201 if ($iterCount > 0) {
202 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
204 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
207 # is $iterCount actually -seconds/pass?
208 if ($iterCount < 0) {
221 $iterCount = int(-$iterCount / $timePerIter + 0.5);
230 print "Measuring $iterCount iterations x $NUMPASSES passes...";
231 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
237 # $a->[1]: 'begin' data, == $iterCount
245 out("Iterations per pass: $iterCount<BR>\n");
252 ($iterCount, $eventsPerIter, @ms);