maphew / TimeIt

Measure execution time of application on Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeIt

Application to measure execution time of another application.

  • Inspired by unix time command and old windows TIMEIT application.

Usage:

TimeIt.exe filename [arguments]

As of current version:

  • Wall time, Kernel time and User time is reported.
    λ timeit Test.exe
    Wall time:      0sec 297ms
    Kernel time:    0sec 15ms
    User time:      0sec 15ms
    
  • stdout and stderr are by default redirected to the console.
  • Executed applications with theirs arguments are logged with time to TimeItLog.txt

About

Measure execution time of application on Windows.

License:MIT License


Languages

Language:C# 100.0%