summaryrefslogtreecommitdiff
path: root/devel/p5-Time-HiRes/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Time-HiRes/pkg/DESCR')
-rw-r--r--devel/p5-Time-HiRes/pkg/DESCR8
1 files changed, 2 insertions, 6 deletions
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.