Created
September 14, 2016 05:50
-
-
Save KANekT/37bfee8e5da29694d04cbdf2e67bf4a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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