Home
last modified time | relevance | path

Searched refs:cmpthese (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/
DBenchmark.t391 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" );
DBenchmark.pm860 $_Usage{cmpthese} = <<'USAGE';
866 sub cmpthese{ subroutine
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/
Dunibench.pl67 cmpthese($r);
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl56delta.pod850 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
Dperl561delta.pod1448 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
Dperltoc.pod11134 clearcache ( COUNT ), clearallcache ( ), cmpthese ( COUNT, CODEHASHREF, [
11135 STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.8.32132 Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
DChanges5.8.14156 Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
15524 Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented.
DChanges5.610655 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
10664 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()