https://github.com/ianwalter/gotime
A high resolution timer CLI for timing how long commands take to execute
https://github.com/ianwalter/gotime
cli time timer timing
Last synced: about 1 year ago
JSON representation
A high resolution timer CLI for timing how long commands take to execute
- Host: GitHub
- URL: https://github.com/ianwalter/gotime
- Owner: ianwalter
- License: other
- Created: 2019-02-21T19:48:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T19:28:21.000Z (about 6 years ago)
- Last Synced: 2025-04-30T03:49:18.023Z (about 1 year ago)
- Topics: cli, time, timer, timing
- Language: Go
- Homepage:
- Size: 1010 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotime
> A high resolution timer CLI for timing how long commands take to execute
## Installation
## Usage
Just run `gotime` and then your command, for example:
```console
❯ gotime echo Hello World!
Hello World!
Time Elapsed: 622.304µs
```
I <3 microseconds.
## License
Apache 2.0 with Commons Clause - See [LICENSE][licenseUrl]
Created by [Ian Walter](https://iankwalter.com)
[licenseUrl]: https://github.com/ianwalter/gotime/blob/master/LICENSE