Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 396 Bytes

File metadata and controls

7 lines (4 loc) · 396 Bytes

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.