cwzx / runtimer

A Windows command line utility for accurately measuring program execution time.
MIT License
5 stars 0 forks source link

Comparison to powershell? #1

Open Tatiana-Krivosheev opened 9 years ago

Tatiana-Krivosheev commented 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?

cwzx commented 8 years ago

Measure-Command uses the same timer internally.

There may be differences in overhead due to the method by which the target process is lauched.