Help for this page

Select Code to Download


  1. or download this
    timethis for 1:  9 wallclock secs ( 7.64 usr +  1.22 sys =  8.86 CPU) 
    +@  0.11/s (n=1)
    
  2. or download this
    use Benchmark qw(timethis);
    
    ...
    }
    
    timethis -1, sub { printf "count: %d\n", scalar(() = primes(3_000_000)
    +) };