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
- Host: GitHub
- URL: https://github.com/codeconscious/startwatch
- Owner: codeconscious
- Created: 2023-12-29T10:45:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T03:56:44.000Z (about 1 year ago)
- Last Synced: 2025-07-13T12:49:41.284Z (6 months ago)
- Topics: dotnet, fsharp, fsharp-library, library, stopwatch, timer
- Language: F#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.