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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm52 $t = countit($time, '...other code...')
72 countit - see how many times a chunk of code runs in a given time
250 =item countit(TIME, CODE)
256 TIME is I<not> negative. countit() will run the loop many times to
405 timethese(). Exposed countit() (was runfor()).
434 @EXPORT_OK=qw(timesum cmpthese countit
647 # in &countit. This, in turn, can reduce the number of calls to
697 $_Usage{countit} = <<'USAGE';
698 usage: $result = countit($time, 'code' ); or
699 $result = countit(
702 sub countit { subroutine
[all...]

Completed in 16 milliseconds