summaryrefslogtreecommitdiff
path: root/benchmarks/p5-Benchmark-Timer/DESCR
blob: 33e926fad8a6ba56bf5f9edc764af49cf9a5b9f7 (plain)
1
2
3
4
5
6
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.