Searched defs:timethis (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm14 timethis ($count, "code");
64 timethis - run a chunk of code several times
119 =item timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] )
124 TITLE defaults to "timethis COUNT" if none is provided. STYLE
131 timethis(-10, $code)
158 timethis(COUNT, VALUE, KEY, STYLE)
162 The COUNT can be zero or negative, see timethis().
378 timethis(100,'1');
433 @EXPORT=qw(timeit timethis timethese timediff timestr);
783 $_Usage{timethis}
788 sub timethis{ subroutine
[all...]

Completed in 16 milliseconds