Man Page: devel::repl::plugin::timing
Operating Environment: debian
Section: 3pm
Devel::REPL::Plugin::Timing(3pm) User Contributed Perl Documentation Devel::REPL::Plugin::Timing(3pm)NAMEDevel::REPL::Plugin::Timing - display execution timesSYNOPSIS# 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 $AUTHORShawn M Moore, "<sartak at gmail dot com>" perl v5.14.2 2010-05-08 Devel::REPL::Plugin::Timing(3pm)
| Related Man Pages |
|---|
| pdl2(1p) - debian |
| devel::patchperl(3pm) - debian |
| devel::patchperl::plugin(3pm) - debian |
| devel::repl::plugin::nopaste(3pm) - debian |
| devel::stacktrace::withlexicals(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |