Home
last modified time | relevance | path

Searched refs:countit (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/
DBenchmark.pm697 $_Usage{countit} = <<'USAGE';
702 sub countit { subroutine
801 $t = countit( $fort, $code );
DBenchmark.t60 my $threesecs = countit(0, $coderef);
70 my $onesec = countit(1, $coderef);
88 my $again = countit(1, '$baz += fib($ballast)');
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl56delta.pod853 A new function countit() is just like timeit() except that it takes a
Dperl561delta.pod1451 A new function countit() is just like timeit() except that it takes a
Dperltoc.pod11135 STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.610655 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default