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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm17 timethese($count, {
23 timethese($count, {
40 $results = timethese($count,
66 timethese - run several chunks of code several times
68 cmpthese - print results of timethese as a comparison chart
135 timethese(0, { test1 => '...', test2 => '...'})
151 =item timethese ( COUNT, CODEHASHREF, [ STYLE ] )
209 Optionally calls timethese(), then outputs comparison chart. This:
222 c<cmpthese> can also be passed the data structure that timethese() returns:
224 $results = timethese(
828 sub timethese{ subroutine
[all...]

Completed in 15 milliseconds