Help for this page

Select Code to Download


  1. or download this
    timethese(50000, {
        begin      => sub { begin()    for 1 .. 1000 },
    ...
        declared   => sub { declared() for 1 .. 1000 },
        runtime    => sub { "runtime"  for 1 .. 1000 },
    });