SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Time-Stats rpm build for : OpenSuSE. For other distributions click perl-Time-Stats.

Name : perl-Time-Stats
Version : 1.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-03 19:17:15
Group : Development/Libraries/Perl Source RPM : perl-Time-Stats-1.0-lp156.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Easy timing info
Description :
This module is designed to make it very easy to get timing info for your
code, ala Time::HiRes, without needing to remember tv_interval and
[gettimeofday], or writing your own methods for processing data. This is
mainly useful if DProf doesn\'t give you useful info on what\'s slowing you
down, and you need to inspect larger sections of code.

It\'s pretty smart about loops and being used in persistent environments
such as mod_perl.

* mark( [$name] )

Flags a point in the code to pay attention to. Times will be reported for
the code in between two calls to mark within the same file. If the calls
to mark are inside of a loop, the times between two calls to mark will be
summed.

Takes an optional scalar mark name which will label the time that this
mark completes in the output generated by stats(). If no name is passed,
output will be labeled by line number.

* clear()

Removes all data currently tracked, in all files.

* stats()

Prints a synopsis to STDERR. This displays time per file, with the
slowest intervals sorted to the top of each file.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.6/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Time-Stats-1.0-lp156.1.1.noarch.rpm
     

Provides :
perl(Time::Stats)
perl-Time-Stats

Requires :
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/Time
/usr/lib/perl5/vendor_perl/5.26.1/Time/Stats.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Time-Stats
/usr/share/doc/packages/perl-Time-Stats/README
/usr/share/man/man3/Time::Stats.3pm.gz

 
ICM