Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codeconscious/startwatch

A tiny wrapper around the .NET BCL's `Stopwatch` class
https://github.com/codeconscious/startwatch

dotnet stopwatch

Last synced: 1 day ago
JSON representation

A tiny wrapper around the .NET BCL's `Stopwatch` class

Awesome Lists containing this project

README

        

# Startwatch

This is a very simple wrapper around `System.Diagnostics.Stopwatch`. Since its stopwatch starts automatically, its name is "Startwatch." ^_^

I largely created this to get some experience uploading a package to Nuget.org, but also to use in some of my personal projects. Note that the API of this library could change significantly at any moment.