Skip to content

x1ab/wtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple timing wrapper for Windows executables (vaguely 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.