Skip to content
/ time Public

Windows tool for measuring command/program execution speed

License

Notifications You must be signed in to change notification settings

Maktm/time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

Windows tool for measuring command/program execution speed

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages