Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 305 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 305 Bytes

StopWatch

C++ methods and macros for precise time measurments

Installation

git clone https://github.com/infiRD/StopWatch.git StopWatch
cd StopWatch
make CONF=Release
sudo make install

Cleanup

sudo make remove
cd ..
rm StopWatch -R -f