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

https://github.com/codeconscious/startwatch

A simple timer for displaying simple, friendly output
https://github.com/codeconscious/startwatch

dotnet fsharp fsharp-library library stopwatch timer

Last synced: 2 months ago
JSON representation

A simple timer for displaying simple, friendly output

Awesome Lists containing this project

README

          

# Startwatch

This is a very simple wrapper around the `System.Diagnostics.Stopwatch` class that just shows "friendly" versions of elapsed times via its `GetElapsedTime` property.

Since it starts tracking time at class instantiation, its name is "Startwatch." ^_^

I largely created this to get some experience uploading packages to Nuget.org, but I also use it in some of my personal projects.