freebsd-ports/devel/p5-Benchmark-Timer/pkg-descr
Eitan Adler 12186c9e2c Fix pkg-plist issues.
Add new build depends

Reported by:	az
2013-04-24 16:17:39 +00:00

7 lines
388 B
Text

Benchmark::Timer class allows you to time portions of code conveniently, as
well as benchmark code by allowing timings of repeated trials. It is perfect
for when you need more precise information about the running time of portions
of your code than the Benchmark module will give you, but don't want to go all
out and profile your code.
WWW: http://search.cpan.org/dist/Benchmark-Timer/