Home | History | Annotate | Download | only in Scripts

Lines Matching full:iterations

146 my $iterations = 1;
292 --iterations n Number of times to run the set of tests (e.g. ABCABCABC)
340 'iterations=i' => \$iterations,
673 print " $iterations times" if ($iterations > 1);
692 for (my $i = 1; $i < $iterations; $i++) {