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