Searched refs:countit (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Benchmark.pm | 697 $_Usage{countit} = <<'USAGE'; 702 sub countit { subroutine 801 $t = countit( $fort, $code );
|
| D | Benchmark.t | 60 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/ |
| D | perl56delta.pod | 853 A new function countit() is just like timeit() except that it takes a
|
| D | perl561delta.pod | 1451 A new function countit() is just like timeit() except that it takes a
|
| D | perltoc.pod | 11135 STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.6 | 10655 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
|