SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Benchmark-Timer rpm build for : OpenSuSE. For other distributions click perl-Benchmark-Timer.

Name : perl-Benchmark-Timer
Version : 0.7107 Vendor : openSUSE
Release : lp152.3.2 Date : 2019-09-20 19:34:05
Group : Development/Libraries/Perl Source RPM : perl-Benchmark-Timer-0.7107-lp152.3.2.src.rpm
Size : 0.05 MB
Packager : https://bugs_opensuse_org
Summary : Benchmarking with statistical confidence
Description :
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.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Benchmark-Timer-0.7107-lp152.3.2.noarch.rpm
ftp.icm.edu.pl  perl-Benchmark-Timer-0.7107-lp152.3.2.noarch.rpm
ftp.icm.edu.pl  perl-Benchmark-Timer-0.7107-lp152.3.2.noarch.rpm
     

Provides :
perl(Benchmark::Timer)
perl-Benchmark-Timer

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/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

 
ICM