Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > adbf6a366ea6a381721c4e64e63e94c8 > files > 56

perl-Devel-NYTProf-5.60.0-2.mga4.x86_64.rpm

# execute 1 million iterations of a 3 statement + condition loop
my $i = shift || 1_000_000;
while (--$i) {
    1;
    ++$a;
    1;
}