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

VERSION

9       version 1.003028
10

SYNOPSIS

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

SUPPORT

25       Bugs may be submitted through the RT bug tracker
26       <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or
27       bug-Devel-REPL@rt.cpan.org <mailto:bug-Devel-REPL@rt.cpan.org>).
28
29       There is also an irc channel available for users of this distribution,
30       at "#devel" on "irc.perl.org" <irc://irc.perl.org/#devel-repl>.
31

AUTHOR

33       Shawn M Moore, "<sartak at gmail dot com>"
34
36       This software is copyright (c) 2007 by Matt S Trout - mst (at)
37       shadowcatsystems.co.uk (<http://www.shadowcatsystems.co.uk/>).
38
39       This is free software; you can redistribute it and/or modify it under
40       the same terms as the Perl 5 programming language system itself.
41
42
43
44perl v5.32.0                      2020-07-28    Devel::REPL::Plugin::Timing(3)
Impressum