https://github.com/sjmudd/stopwatch
Simple stopwatch functionality
https://github.com/sjmudd/stopwatch
Last synced: about 1 month ago
JSON representation
Simple stopwatch functionality
- Host: GitHub
- URL: https://github.com/sjmudd/stopwatch
- Owner: sjmudd
- License: bsd-2-clause
- Created: 2016-02-21T08:03:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T10:23:45.000Z (over 3 years ago)
- Last Synced: 2025-03-24T22:51:18.479Z (about 2 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## stopwatch
stopwatch - a simple package to provide timer functionality
While there are other stopwatch implementations none of them
seemed to exactly match what I was looking for. This is very
simple and intended for collecting run times inside an
application.### Installation
Install the package with:
`go get github.com/sjmudd/stopwatch`### Contributing
Patches and improvements to this package are welcome.
### Licensing
BSD 2-Clause License
### Feedback
Feedback and patches welcome.
Simon J Mudd
### Code Documentation
[godoc.org/github.com/sjmudd/stopwatch](http://godoc.org/github.com/sjmudd/stopwatch)