Yann Weber faaf5d2791 Now the sleep time depends on the time_res value | 6 年之前 | |
---|---|---|
Makefile | 6 年之前 | |
README.txt | 6 年之前 | |
wtfstopw.asm | 6 年之前 |
WTFStopW : a simple stopwatch
=============================
Build :
-------
make
or
nasm -felf64 wtfstopw.asm && ld -s -melf_x86_64 wtfstopw.o -o wtfstopw
Usage :
-------
./wtfstopw
Interactions :
--------------
- press enter to exit or close stdin
- send SIGINT (with kill -2 or ctrl + c) for new lap on stdout
- elapsed time is sent on stderr and laps infos on stdout