Categories
Benchmark-Timer
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.
Last updated 12 Jul, 2005
Versions
0.7.0
0.7.0 beta released 2004-10-21
- Released: 21 Oct, 2004
- Code Maturity: Beta
- Source Archive: http://prdownloads.sourceforge.net/benchmark-ti...
- Licenses: GPLv2
- Interfaces: Command Line




