- or download this
#! perl -slw
use strict;
...
warn "Found $count matches in (secs): ", time() - $start,
( $MEM ? ' Mem: ' . mem() : () ), $/;
- or download this
#! perl -slw
use strict;
...
close SEQ;
warn "Found $count matches in (secs): ", $elapsed,
( $MEM ? ' Mem: ' . mem() : () ), $/;
- or download this
#! perl -slw
use strict;
...
close SEQ;
warn "Found $count matches in (secs): ", $elapsed,
( $MEM ? ' Mem: ' . mem() : () ), $/;
- or download this
#! perl -slw
use strict;
...
@{ $tests{ $test }{ $_ } }{ qw[ found time mem ] }
for @ARGV;
}