From 99f9fe32189a513ac1035a5fa14e920656fc6d31 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 5 Oct 2014 19:56:20 +0200 Subject: [PATCH] Updated README file. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 185742b..dbf8cac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ TimedExec ========= -Command-line Benchmarking Utility +**TimedExec** is a small utility for *benchmarking* command-line programs. It will execute the specified command and measure the time it takes for that command to complete. All measurements are done via *high-resolution* performance timers. In order to obtain more accurate results, the each command will be executed *multiple* times. The number of runs can be configured as needed. TimedExec will then compute the *average* execution time, as well as the *fastest* and *slowest* execution time. Furthermore, the *standard deviation* of all runs will be computed. Last but not least, an optional number "warm-up" runs will be executed before the first measured run. + + +Command-line Usage +------------------ ``` ===========================================================================