Open Tatiana-Krivosheev opened 9 years ago
NOt really an issue, but with powershell there is an embedded command to measure run-time
Measure-Command ...
Is your comparable in output to this cmdlet?
Measure-Command uses the same timer internally.
There may be differences in overhead due to the method by which the target process is lauched.
NOt really an issue, but with powershell there is an embedded command to measure run-time
Measure-Command ...
Is your comparable in output to this cmdlet?