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

https://github.com/sjmudd/stopwatch

Simple stopwatch functionality
https://github.com/sjmudd/stopwatch

Last synced: about 1 month ago
JSON representation

Simple stopwatch functionality

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)