timethis (count, code[, title[, style]])
count
code
title
style
Runs a chunk of code several times. Always exported. Takes the following arguments:
The number of times to run the loop.
The code to run, specified as either a code reference or a string.
The title of the result; default is "timethis COUNT".
"timethis
COUNT"
Determines the format of the output. See timestr for the possible values of style.
timestr
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]