cvs commit: ports/devel Makefile ports/devel/p5-Benchmark-Timer
Makefile distinfo pkg-descr pkg-plist
Eitan Adler
eadler at FreeBSD.org
Tue Jul 10 06:13:18 UTC 2012
eadler 2012-07-10 06:13:17 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Benchmark-Timer Makefile distinfo pkg-descr pkg-plist
Log:
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/
Reviewed by: az (older version)
Revision Changes Path
1.5018 +1 -0 ports/devel/Makefile
1.1 +23 -0 ports/devel/p5-Benchmark-Timer/Makefile (new)
1.1 +2 -0 ports/devel/p5-Benchmark-Timer/distinfo (new)
1.1 +7 -0 ports/devel/p5-Benchmark-Timer/pkg-descr (new)
1.1 +5 -0 ports/devel/p5-Benchmark-Timer/pkg-plist (new)
More information about the cvs-all
mailing list