Created
September 4, 2019 20:36
-
-
Save maxwu/fb8ebe1196c14d5a76478a7c69797066 to your computer and use it in GitHub Desktop.
Measure the process running time in Powershell env
This file contains hidden or 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
| # 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