diff options
author | kim <kim> | 2000-07-20 03:25:12 +0000 |
---|---|---|
committer | kim <kim> | 2000-07-20 03:25:12 +0000 |
commit | 2e3a50fcffd3cab63dabdbb77d1372d4d7c0357f (patch) | |
tree | 737284fc0d5385d07fcdc6d1372d22395b46b904 /devel/p5-Time-HiRes | |
parent | c587efb3d6ff59e88553583fdd75ed19291b828b (diff) | |
download | pkgsrc-2e3a50fcffd3cab63dabdbb77d1372d4d7c0357f.tar.gz |
Give information about Time::HiRes.
Diffstat (limited to 'devel/p5-Time-HiRes')
-rw-r--r-- | devel/p5-Time-HiRes/pkg/COMMENT | 2 | ||||
-rw-r--r-- | devel/p5-Time-HiRes/pkg/DESCR | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/p5-Time-HiRes/pkg/COMMENT b/devel/p5-Time-HiRes/pkg/COMMENT index d40cec56a1c..ebebd9bdb7c 100644 --- a/devel/p5-Time-HiRes/pkg/COMMENT +++ b/devel/p5-Time-HiRes/pkg/COMMENT @@ -1 +1 @@ -perl5 module for profiling perl programs +perl5 module for high resolution time, sleep, and alarm diff --git a/devel/p5-Time-HiRes/pkg/DESCR b/devel/p5-Time-HiRes/pkg/DESCR index 8858b92d23b..dc2ab84f1df 100644 --- a/devel/p5-Time-HiRes/pkg/DESCR +++ b/devel/p5-Time-HiRes/pkg/DESCR @@ -1,6 +1,2 @@ -The Devel::DProf package is a Perl code profiler. This will collect -information on the execution time of a Perl script and of the subs -in that script. This information can be used to determine which -subroutines are using the most time and which subroutines are being -called most often. This information can also be used to create an -execution graph of the script, showing subroutine relationships. +Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers +to implement time, sleep, and alarm that know about non-integral seconds. |