Is there a lightweight process execution timer like Unix’s time included with Windows? Sometimes I just want a rough estimate, without having to get out a real profiler. While I could roll my own, I would prefer to use an existing solution.
Is there a lightweight process execution timer like Unix’s time included with Windows? Sometimes
Share
You can grab a release of cygwin at cygwin.org – it has many of the commandline tools you find useful on Unix for WIN32.