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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm28 # cmpthese can be used both ways as well
29 cmpthese($count, {
34 cmpthese($count, {
47 cmpthese( $results ) ;
68 cmpthese - print results of timethese as a comparison chart
205 =item cmpthese ( COUNT, CODEHASHREF, [ STYLE ] )
207 =item cmpthese ( RESULTSHASHREF, [ STYLE ] )
211 cmpthese( -1, { a => "++\$i", b => "\$i *= 2" } ) ;
222 c<cmpthese> can also be passed the data structure that timethese() returns:
225 cmpthese(
866 sub cmpthese{ subroutine
[all...]

Completed in 24 milliseconds