Measuring a command with console output in PowerShell


/ Published in: Windows PowerShell
Save to your folder(s)

This times the execution of a Command. The Out-Default part is just to print the command output to console.


Copy this code and paste it in your HTML
  1. Measure-Command { <command> | Out-Default }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.