Home | History | Annotate | Download | only in perldriver

Lines Matching refs:ITERATIONS

26 my $ITERATIONS;   #Added by Doug
45 if ($options{"iterations"}) {
46 $ITERATIONS = $options{"iterations"};
124 if ($ITERATIONS) {
125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
160 # @param if >0 then the number of iterations per pass. If <0 then
164 # [0] iterations per pass
189 # out("Iterations per pass: $iterCount<BR>\n");
191 # debug("Iterations per pass: $iterCount<BR>\n");
215 # @param if >0 then the number of iterations per pass. If <0 then
218 # @return a Dataset object, scaled by iterations per pass and
241 # @param the number of iterations, or if negative, the duration
337 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
353 # determine iterations/pass
358 out("$data[2] iterations = ");
363 print "Measuring $iterCount iterations x $NUMPASSES passes...";
378 out("Iterations per pass: $iterCount<BR>\n");