Created
September 18, 2019 07:13
-
-
Save taichi/e1f9cf4912062dfb4bc4f8e2e838a6c0 to your computer and use it in GitHub Desktop.
powershellのコードをプロファイリングする
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
Trace-Command -Name parameterbinding -ListenerOption Timestamp -Expression {Import-Module posh-git} -PSHost | |
measure-command {Import-Module posh-git} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment