How do I measure execution time of a command on the Windows command line?

后端 未结 30 3376
南笙
南笙 2020-11-22 09:44

Is there a built-in way to measure execution time of a command on the Windows command line?

30条回答
  •  一向
    一向 (楼主)
    2020-11-22 10:17

    There's also TimeMem (March 2012):

    This is a Windows utility which executes a program and displays its execution time, memory usage, and IO statistics. It is similar in functionality to the Unix time utility.

提交回复
热议问题