Searched refs:cmpthese (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Benchmark.t | 391 my $chart = cmpthese( -0.1, { a => "++\$i", b => "\$i = sqrt(\$i++)" }, "auto" ) ; 413 my $chart = cmpthese( -0.1, { a => "++\$i", b => "\$i = sqrt(\$i++)" } ) ; 434 my $chart = cmpthese( 10, $code_to_test, 'nop' ) ; 454 my $chart = cmpthese( 10, $code_to_test, 'none' ) ; 474 my $chart = cmpthese( $results ) ; 488 my $chart = cmpthese( $results, 'none' ) ; 563 my %cmpthese = ('forgot {}' => 'cmpthese( 42, foo => sub { 1 } )', 567 while( my($name, $code) = each %cmpthese ) { 569 is( $@, $usage{cmpthese}, "cmpthese usage: $name" );
|
| D | Benchmark.pm | 860 $_Usage{cmpthese} = <<'USAGE'; 866 sub cmpthese{ subroutine
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/ |
| D | unibench.pl | 67 cmpthese($r);
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl56delta.pod | 850 timethese(), timethis(), and the new cmpthese() (see below) can also take 856 A new function cmpthese() prints a chart comparing the results of each test
|
| D | perl561delta.pod | 1448 timethese(), timethis(), and the new cmpthese() (see below) can also take 1454 A new function cmpthese() prints a chart comparing the results of each test
|
| D | perltoc.pod | 11134 clearcache ( COUNT ), clearallcache ( ), cmpthese ( COUNT, CODEHASHREF, [ 11135 STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.3 | 2132 Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
|
| D | Changes5.8.1 | 4156 Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong 15524 Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented.
|
| D | Changes5.6 | 10655 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default 10664 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
|