Simple command line stopwatch
build it with make
make
sudo make install
./sw -p 10000 -s 20 # set precision of 10000 microseconds and 20 entries for recording time
While running you can use the following commands:
S
ors
to stop / start the stopwatchR
orr
to reset the stopwatch<space>
to record timeQ
orq
to quit