summaryrefslogtreecommitdiff
path: root/benchmarks/p5-Benchmark-Timer/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/p5-Benchmark-Timer/DESCR')
-rw-r--r--benchmarks/p5-Benchmark-Timer/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/p5-Benchmark-Timer/DESCR b/benchmarks/p5-Benchmark-Timer/DESCR
new file mode 100644
index 00000000000..33e926fad8a
--- /dev/null
+++ b/benchmarks/p5-Benchmark-Timer/DESCR
@@ -0,0 +1,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.