summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Time-HiRes/pkg/COMMENT2
-rw-r--r--devel/p5-Time-HiRes/pkg/DESCR8
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.