freebsd-ports/devel/p5-Devel-Profile/pkg-descr
Daichi GOTO 27cab15b15 update devel/p5-Devel-Profile: 1.01 -> 1.02
PR:		54321
Submitted by:	Mathieu Arnold <m@absolight.net> (maintainer)
2003-07-11 04:49:15 +00:00

6 lines
338 B
Text

The Devel::Profile 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.
WWW: http://search.cpan.org/dist/Devel-Profile/