Skip to content

Get execution time cmd using powershell

powershell
Measure-Command { <command> }

Example

powershell
(measure-command{rez env -- rez}).totalSeconds