Skip to content

Instantly share code, notes, and snippets.

@altrive
Created September 23, 2013 20:43
Show Gist options
  • Select an option

  • Save altrive/6676654 to your computer and use it in GitHub Desktop.

Select an option

Save altrive/6676654 to your computer and use it in GitHub Desktop.
$sw = [Diagnostics.stopwatch]::StartNew()
sleep 1
Write-Host ("Elapsed: {0}[ms]" -f ($sw.ElapsedMilliseconds))
Write-Host ("Elapsed: {0}[ms]" -f ($sw.ElapsedMilliseconds))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment