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

Lines Matching refs:iterCount

201     my $iterCount = shift; # actually might be -seconds/pass
204 if ($iterCount > 0) {
205 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
207 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
210 # is $iterCount actually -seconds/pass?
211 if ($iterCount < 0) {
224 $iterCount = int(-$iterCount / $timePerIter + 0.5);
233 print "Measuring $iterCount iterations x $NUMPASSES passes...";
234 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
240 # $a->[1]: 'begin' data, == $iterCount
248 out("Iterations per pass: $iterCount<BR>\n");
255 ($iterCount, $eventsPerIter, @ms);