Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codeconscious/startwatch
- Owner: codeconscious
- Created: 2023-12-29T10:45:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T07:51:47.000Z (about 1 month ago)
- Last Synced: 2024-12-06T10:46:43.417Z (19 days ago)
- Topics: dotnet, stopwatch
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.