Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 7, 2019 17:03
Embed
What would you like to do?
TimeSpan result = myStopWatch.Elapsed;
Console.Debug("The operation took " + result.TotalMilliseconds + " ms");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment