fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
337 B
Text
5 lines
337 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.
|