Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 401 Bytes

Simple timing wrapper for Windows executables (similar to UNIX time)

Usage:

wtime exename [args...]

Notes:

  • Run it with no parameters for more information!

  • Fun fact: a 22 year C version lying around (which couldn't quote/escape the args) is only ~15 KB UPXed! :) The current (static-linked, UPXed) 32-bit C++ version is also not huge at ~100K, but still a 7x increase.