logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Devel::REPL::Plugin::Timing - Display execution times

Author

       Shawn M Moore, "<sartak at gmail dot com>"

Name

       Devel::REPL::Plugin::Timing - Display execution times

Support

       Bugs may be submitted through the RT bug tracker
       <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or bug-Devel-REPL@rt.cpan.org
       <mailto:bug-Devel-REPL@rt.cpan.org>).

       There is also an irc channel available for users of this distribution, at "#devel" on "irc.perl.org"
       <irc://irc.perl.org/#devel-repl>.

Synopsis

        # in your re.pl file:
        use Devel::REPL;
        my $repl = Devel::REPL->new;
        $repl->load_plugin('Timing');

        # after you run re.pl:
        $ sum map $_*100, 1..100000;
        Took 0.0830280780792236 seconds.
        500005000000

        $

Version

       version 1.003029

See Also