The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:perl Benchmark"

Benchmark - benchmark running times of Perl code River stage five • 11693 direct dependents • 33184 total dependents

The Benchmark module encapsulates a number of routines to help you figure out how long it takes to execute some code. timethis - run a chunk of code several times timethese - run several chunks of code several times cmpthese - print results of timeth...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Benchmark - benchmark running times of Perl code River stage five • 11693 direct dependents • 33184 total dependents

The Benchmark module encapsulates a number of routines to help you figure out how long it takes to execute some code. timethis - run a chunk of code several times timethese - run several chunks of code several times cmpthese - print results of timeth...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

bench.pl - Compare the performance of perl code snippets across multiple perls. River stage five • 11693 direct dependents • 33184 total dependents

By default, bench.pl will run code snippets found in t/perf/benchmarks (or similar) under cachegrind, in order to calculate how many instruction reads, data writes, branches, cache misses, etc. that one execution of the snippet uses. Usually it will ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

bench.pl - Compare the performance of perl code snippets across multiple perls. River stage five • 11693 direct dependents • 33184 total dependents

By default, bench.pl will run code snippets found in t/perf/benchmarks (or similar) under cachegrind, in order to calculate how many instruction reads, data writes, branches, cache misses, etc. that one execution of the snippet uses. Usually it will ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl5db.pl - the perl debugger River stage five • 11693 direct dependents • 33184 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl5db.pl - the perl debugger River stage five • 11693 direct dependents • 33184 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perldiag - various Perl diagnostics River stage five • 11693 direct dependents • 33184 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perldiag - various Perl diagnostics River stage five • 11693 direct dependents • 33184 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlperf - Perl Performance and Optimization Techniques River stage five • 11693 direct dependents • 33184 total dependents

This is an introduction to the use of performance and optimization techniques which can be used with particular reference to perl programs. While many perl developers have come from other languages, and can use their prior knowledge where appropriate...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlperf - Perl Performance and Optimization Techniques River stage five • 11693 direct dependents • 33184 total dependents

This is an introduction to the use of performance and optimization techniques which can be used with particular reference to perl programs. While many perl developers have come from other languages, and can use their prior knowledge where appropriate...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl56delta - what's new for perl v5.6.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.0 release....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl56delta - what's new for perl v5.6.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.0 release....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl589delta - what is new for perl v5.8.9 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.8.8 release and the 5.8.9 release....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl589delta - what is new for perl v5.8.9 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.8.8 release and the 5.8.9 release....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl581delta - what is new for perl v5.8.1 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.8.0 release and the 5.8.1 release. If you are upgrading from an earlier release such as 5.6.1, first read the perl58delta, which describes differences between 5.6.0 and 5.8.0. In case you are wonderin...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl581delta - what is new for perl v5.8.1 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.8.0 release and the 5.8.1 release. If you are upgrading from an earlier release such as 5.6.1, first read the perl58delta, which describes differences between 5.6.0 and 5.8.0. In case you are wonderin...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl561delta - what's new for perl v5.6.1 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.1 release....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl561delta - what's new for perl v5.6.1 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.1 release....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
37 results (0.067 seconds)