XTIME v1.2
Copyright (c) 2008 by LovePimple


XTIME is an experimental program execution timer. The program was written in 
C++ and compiled with DMC. It should work with any processor from 486 upwards 
and any version of Windows from 95 upwards.

XTIME uses QueryPerformanceCounter in an attempt to ensure the most accurate 
possible timings for your benchmarking purposes. It also supports the option
to write output data to stderr so that programs that use stdin/stdout can be
bencharked without problems.

XTIME has a dual time display. This means that elapsed time will be displayed
only as seconds for up to one minute. After this it will also be displayed as
days, hours, minutes, and seconds.

All timings returned by XTIME are 100% compatible with the timings returned
by PTIME (Jem Berkes). The only difference is that XTIME has a more accurate
timer. Timer resolution is better than 1 microsecond on modern (~1000 MHz or
later processor) machines.

All ERRORLEVEL codes produced by the program being benchmarked are returned 
by XTIME on exit.

Please let me know if you have any problems with this program.
Send e-mail to: lovepimple_mail <at> yahoo.com
Or visit: http://www.encode.ru/forum/

LovePimple


FREEWARE LICENCE

This software is distributed as FreeWare. There is no fee for using it.

This software must not be decompiled, debugged, or reverse-engineered, or
changed in any other way.


DISCLAIMER

This software is provided "as is" without express or implied warranty, and
with no claim as to its suitability for any purpose.


CREDITS

* Radek Liska (aka Black_Fox) for beta testing.

* Ilia Muraviev for his excellent compression forum.

* Jem Berkes for PTIME (which inspired me to write this program).

 

Radek Liska's web site:
http://blackfox.wz.cz/

Radek Liska's compression benchmark:
http://blackfox.wz.cz/benchmark/

Ilia Muraviev's compression forum:
http://www.encode.ru/forum/

Jem Berkes (PTIME) web site:
http://www.pc-tools.net/
