On Wed, Apr 30, 2008 at 11:18 PM, Unruh <[EMAIL PROTECTED]> wrote: > Windows is more difficult. There is undoubtedly some equivalent command. > But Windows does not time to better than about .1 sec anyway.
Windows has a clock resolution of 1/64 s on modern hardware, or 0.015s. the command "echo %DATE% %TIME%" on windows will give you the system time rounder to 0.01s. I'm sure other utilities exist that expose millisecond resolution as strings, and of course most system APIs provide the full system timer resolution. -- RPM _______________________________________________ timekeepers mailing list [email protected] https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
