Command-line Benchmarking Utility
Go to file
2014-10-05 19:14:35 +02:00
src Some more refracting + fixed a handle leak. 2014-10-05 19:07:03 +02:00
.gitignore Initial commit. 2014-10-05 18:31:52 +02:00
LICENSE.html Initial commit. 2014-10-05 18:31:52 +02:00
README.md Update the README file. 2014-10-05 19:14:35 +02:00
TimedExec.sln Initial commit. 2014-10-05 18:31:52 +02:00
TimedExec.vcxproj Some code refactoring + better error checking. 2014-10-05 18:55:30 +02:00
TimedExec.vcxproj.filters Initial commit. 2014-10-05 18:31:52 +02:00

TimedExec

Command-line Benchmarking Utility

===========================================================================
Timed Exec - Benchmarking Utility
Copyright (c) 2014 LoRd_MuldeR <mulder2@gmx.de>. 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 <http://www.gnu.org/>.
Note that this program is distributed with ABSOLUTELY NO WARRANTY.
===========================================================================

Usage:
  TimedExec.exe <Program.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)