1Devel::REPL::Plugin::TiUmsienrg(C3o)ntributed Perl DocumDeenvtealt:i:oRnEPL::Plugin::Timing(3)
2
3
4

NAME

6       Devel::REPL::Plugin::Timing - display execution times
7

SYNOPSIS

9        # in your re.pl file:
10        use Devel::REPL;
11        my $repl = Devel::REPL->new;
12        $repl->load_plugin('Timing');
13
14        # after you run re.pl:
15        $ sum map $_*100, 1..100000;
16        Took 0.0830280780792236 seconds.
17        500005000000
18
19        $
20

AUTHOR

22       Shawn M Moore, "<sartak at gmail dot com>"
23
24
25
26perl v5.12.1                      2010-05-23    Devel::REPL::Plugin::Timing(3)
Impressum