This package browser is in early development. Mind the rough edges.

perl-benchmark-timer 0.7102

Benchmarking with statistical confidence

The Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.

Installation

Install perl-benchmark-timer 0.7102 as follows:

guix install perl-benchmark-timer@0.7102

Or install the latest version:

guix install perl-benchmark-timer

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.