Skip to content

Instantly share code, notes, and snippets.

@KANekT
Created September 14, 2016 05:50
Show Gist options
  • Save KANekT/37bfee8e5da29694d04cbdf2e67bf4a2 to your computer and use it in GitHub Desktop.
Save KANekT/37bfee8e5da29694d04cbdf2e67bf4a2 to your computer and use it in GitHub Desktop.
var watch = System.Diagnostics.Stopwatch.StartNew();
watch.Stop();
var elapsedMs = watch.ElapsedMilliseconds;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment