/ Published in: Windows PowerShell
This times the execution of a Command. The Out-Default part is just to print the command output to console.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Measure-Command { <command> | Out-Default }