Home
last modified time | relevance | path

Searched refs:runloop (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm612 $_Usage{runloop} = <<'USAGE';
616 sub runloop { subroutine
675 $wn = &runloop($n, ref( $code ) ? sub { } : '' );
682 $wc = &runloop($n, $code);
H A DBenchmark.t554 delete $usage{runloop}; # not public, not worrying about it just now