You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>A small debugging helper-class for developers that helps tidying your timing-output.</description>
<summary>
Just start the watch using .Start('optional string'), take a split-time using .Split('optional string'), stop and restart or reset it.
Every interaction triggers a console output. You may configure it to write to any TextWriter, user your own format-strings and disable the output completely using .IsActive=false.