SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/p5-Benchmark-Timer/pkg/DESCR
Normal file
5
devel/p5-Benchmark-Timer/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The 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.
|
5
devel/p5-Benchmark-Timer/pkg/PLIST
Normal file
5
devel/p5-Benchmark-Timer/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
${P5SITE}/Benchmark/
|
||||
${P5SITE}/Benchmark/Timer.pm
|
||||
${P5SITE}/Benchmark/delta.pl
|
||||
@man man/man3p/Benchmark::Timer.3p
|
||||
@man man/man3p/Benchmark::delta.3p
|
Loading…
Add table
Add a link
Reference in a new issue