An open API service indexing awesome lists of open source software.

https://github.com/simulot/timeit

A cross platform command for measuring execution time
https://github.com/simulot/timeit

Last synced: 20 days ago
JSON representation

A cross platform command for measuring execution time

Awesome Lists containing this project

README

          

# 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](https://github.com/simulot/timeit/releases/latest)