From 20f67c62d17e6aecad4c6e542bd33a908c8a6f6b Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 20 Jul 2000 03:25:12 +0000 Subject: Give information about Time::HiRes. --- devel/p5-Time-HiRes/pkg/COMMENT | 2 +- devel/p5-Time-HiRes/pkg/DESCR | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'devel/p5-Time-HiRes') 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. -- cgit v1.2.3