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

Lines Matching refs:iterCount

214     my $iterCount = shift; # actually might be -seconds/pass
217 if ($iterCount > 0) {
218 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
220 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
223 # is $iterCount actually -seconds/pass?
224 if ($iterCount < 0) {
237 $iterCount = int(-$iterCount / $timePerIter + 0.5);
246 print "Measuring $iterCount iterations x $NUMPASSES passes...";
247 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
253 # $a->[1]: 'begin' data, == $iterCount
261 out("Iterations per pass: $iterCount<BR>\n");
268 ($iterCount, $eventsPerIter, @ms);