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
- Host: GitHub
- URL: https://github.com/simulot/timeit
- Owner: simulot
- License: mit
- Created: 2017-01-20T00:49:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T01:52:12.000Z (over 9 years ago)
- Last Synced: 2026-04-27T12:35:18.895Z (about 1 month ago)
- Language: Go
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)