Skip to content

Instantly share code, notes, and snippets.

@maxwu
Created September 4, 2019 20:36
Show Gist options
  • Select an option

  • Save maxwu/fb8ebe1196c14d5a76478a7c69797066 to your computer and use it in GitHub Desktop.

Select an option

Save maxwu/fb8ebe1196c14d5a76478a7c69797066 to your computer and use it in GitHub Desktop.
Measure the process running time in Powershell env
# Measure Powershell running time
Measure-Command { $PATH_TO_PS_FILE.ps $PARAMETERS | Out-Host }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment