Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Benchmark-Timer | Distribution: openSUSE Tumbleweed |
Version: 0.7112 | Vendor: openSUSE |
Release: 1.26 | Build date: Tue Jul 17 07:05:06 2018 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 50313 | Source RPM: perl-Benchmark-Timer-0.7112-1.26.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Benchmark-Timer/ | |
Summary: 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. The methodology is simple; create a Benchmark::Timer object, and wrap portions of code that you want to benchmark with 'start()' and 'stop()' method calls. You can supply a tag to those methods if you plan to time multiple portions of code. If you provide error and confidence values, you can also use 'need_more_samples()' to determine, statistically, whether you need to collect more data. After you have run your code, you can obtain information about the running time by calling the 'results()' method, or get a descriptive benchmark report by calling 'report()'. If you run your code over multiple trials, the average time is reported. This is wonderful for benchmarking time-critical portions of code in a rigorous way. You can also optionally choose to skip any number of initial trials to cut down on initial case irregularities.
GPL-2.0-or-later
* Tue Jul 17 2018 coolo@suse.com - updated to 0.7112 see /usr/share/doc/packages/perl-Benchmark-Timer/CHANGES Version 0.7112: - Fix Makefile.PL warning - Fix deleting of inc during release process - Better fix for AutomatedTester warning Version 0.7111: - Update META.yml Version 0.7110: - Trying once again to fix the compile test on windows Version 0.7109: - Add missing URI::Escape dependency - Check in standard tests, including one that skips the compile check on Windows * Fri Jul 06 2018 coolo@suse.com - updated to 0.7108 see /usr/share/doc/packages/perl-Benchmark-Timer/CHANGES * Tue Oct 03 2017 coolo@suse.com - patch Makefile to fix build * Sun May 03 2015 coolo@suse.com - updated to 0.7107 see /usr/share/doc/packages/perl-Benchmark-Timer/CHANGES * Tue Apr 14 2015 coolo@suse.com - updated to 0.7104 see /usr/share/doc/packages/perl-Benchmark-Timer/CHANGES Version 0.7104: Sat Mar 28 2015 - Bundle Module::AutoInstall to prevent breaks when people don't have it installed already. Thanks to Andreas Koenig <andk@cpan.org> for the report, and Paul Howarth <paul@city-fan.org> for giving me a kick in the pants to fix it. https://rt.cpan.org/Ticket/Display.html?id=65673 Version 0.7103: Sun Mar 22 2015 - Moved code to github - Added POD test * Thu Jan 24 2013 cfarrell@suse.com - license update: GPL-2.0+ SPDX format - the README file refers to the LICENSE file, which is GPL-2.0+ * Mon Oct 10 2011 coolo@suse.com - initial package 0.7102 * created by cpanspec 1.78.06
/usr/lib/perl5/vendor_perl/5.40.0/Benchmark /usr/lib/perl5/vendor_perl/5.40.0/Benchmark/Timer.pm /usr/lib/perl5/vendor_perl/5.40.0/Benchmark/delta.pl /usr/share/doc/packages/perl-Benchmark-Timer /usr/share/doc/packages/perl-Benchmark-Timer/CHANGES /usr/share/doc/packages/perl-Benchmark-Timer/README /usr/share/doc/packages/perl-Benchmark-Timer/TODO /usr/share/licenses/perl-Benchmark-Timer /usr/share/licenses/perl-Benchmark-Timer/LICENSE /usr/share/man/man3/Benchmark::Timer.3pm.gz /usr/share/man/man3/Benchmark::delta.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025