Skip to content

Instantly share code, notes, and snippets.

@GregTrevellick
Last active April 5, 2018 07:08
Show Gist options
  • Save GregTrevellick/22850d1d1923373f4af37de0d89b17c8 to your computer and use it in GitHub Desktop.
Save GregTrevellick/22850d1d1923373f4af37de0d89b17c8 to your computer and use it in GitHub Desktop.
//some long running code - circa 12/13 seconds
for (int i = 0; i < 10_000_000; i++)
{
DateTime.Now.ToString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment