From a3bdd3d8f51fd58ce96f9985fbc41ecd907e16f7 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 5 Oct 2014 19:14:35 +0200 Subject: [PATCH] Update the README file. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ad97959..185742b 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,22 @@ TimedExec ========= Command-line Benchmarking Utility + +``` +=========================================================================== +Timed Exec - Benchmarking Utility +Copyright (c) 2014 LoRd_MuldeR . Some rights reserved. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License . +Note that this program is distributed with ABSOLUTELY NO WARRANTY. +=========================================================================== + +Usage: + TimedExec.exe [Arguments] + +Influential environment variables: + TIMED_EXEC_LOGFILE - Log File (default: "TimedExec.log") + TIMED_EXEC_LOOPS - Number of execution loops (default: 5) + TIMED_WARMUP_LOOPS - Number of warm-up loops (default: 1) +```