Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Benchmark-Timer-0.7107-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Benchmark-Timer Distribution: openSUSE Leap 15.2
Version: 0.7107 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 19:34:05 2019
Group: Development/Libraries/Perl Build host: lamb72
Size: 50139 Source RPM: perl-Benchmark-Timer-0.7107-lp152.3.2.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.

Provides

Requires

License

GPL-2.0+

Changelog

* 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

Files

/usr/lib/perl5/vendor_perl/5.26.1/Benchmark
/usr/lib/perl5/vendor_perl/5.26.1/Benchmark/Timer.pm
/usr/lib/perl5/vendor_perl/5.26.1/Benchmark/delta.pl
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/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, Tue Apr 9 11:50:38 2024