Skip to content

Instantly share code, notes, and snippets.

@taichi
Created September 18, 2019 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taichi/e1f9cf4912062dfb4bc4f8e2e838a6c0 to your computer and use it in GitHub Desktop.
Save taichi/e1f9cf4912062dfb4bc4f8e2e838a6c0 to your computer and use it in GitHub Desktop.
powershellのコードをプロファイリングする
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