SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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.

View 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