项目作者: Maktm

项目描述 :
Windows tool for measuring command/program execution speed
高级语言: C
项目地址: git://github.com/Maktm/time.git
创建时间: 2018-03-28T15:41:29Z
项目社区:https://github.com/Maktm/time

开源协议:MIT License

下载


time

time is a tool for measuring the execution speed of commands on Windows similar to
the UNIX time program. It currently supports printing the duration for the execution
of a program in a minute:second:millisecond format.



Usage

The general syntax is:

  1. time [options] <args>

<args> can be anything that can be executed as a command from within the environment
you’re running time from. Output from the <args> command is disabled by default but
you can enable it using the [-s | --show-output] flags.

TODO

  • Test cross-compiler compatibility (gcc, clang etc.)
  • Update GIF showcasing latest version

Author

Michael Kiros

Credits

A big thank you to the contributors of UNIX’s time command but mainly the following people:

  • David Keppel
  • David MacKenzie
  • Assaf Gordon