Lines Matching refs:ITERATIONS
26 my $ITERATIONS; #Added by Doug
45 if ($options{"iterations"}) {
46 $ITERATIONS = $options{"iterations"};
131 # if ($ITERATIONS) {
132 # $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
146 if ($ITERATIONS) {
147 $commandLine = "$program @argsAndTest -i $ITERATIONS -p $NUMPASSES $locAndData $custArgs";
184 # @param if >0 then the number of iterations per pass. If <0 then
188 # [0] iterations per pass
213 # out("Iterations per pass: $iterCount<BR>\n");
215 # debug("Iterations per pass: $iterCount<BR>\n");
239 # @param if >0 then the number of iterations per pass. If <0 then
242 # @return a Dataset object, scaled by iterations per pass and
265 # @param the number of iterations, or if negative, the duration
361 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
377 # determine iterations/pass
382 out("$data[2] iterations = ");
387 print "Measuring $iterCount iterations x $NUMPASSES passes...";
402 out("Iterations per pass: $iterCount<BR>\n");