/timeit

A cross platform command for measuring execution time

Primary LanguageGoMIT LicenseMIT

timeit

Usage:

timeit command

Measure exection time of the command.

Example:

./timeit sleep 0.75766s
Execution start at: 2017-01-20 02:18:42
Execution stop at:  2017-01-20 02:18:43
Duration:           750ms
 

Build instructions

go get github.com/simulot/timeit

For building binaries for linux and windows, run build.sh script.

Binaries

You can donwload binaries frome the relase page:

Latest release