1Devel::REPL::Plugin::TiUmsienrg(C3o)ntributed Perl DocumDeenvtealt:i:oRnEPL::Plugin::Timing(3)
2
3
4
6 Devel::REPL::Plugin::Timing - Display execution times
7
9 version 1.003028
10
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
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
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.34.0 2021-07-22 Devel::REPL::Plugin::Timing(3)