Source: libbenchmark-timer-perl Maintainer: Debian Perl Group Uploaders: Lucas Kanashiro Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libtest-compile-perl , libuniversal-require-perl , liburi-perl , perl Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbenchmark-timer-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbenchmark-timer-perl.git Homepage: https://metacpan.org/release/Benchmark-Timer Rules-Requires-Root: no Package: libbenchmark-timer-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: benchmarking module 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.