Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 501 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 501 Bytes

Benchmark Tool

To install, cd into source and type "make install" to install into /usr/local by default. To change install location, change PREFIX variable in src/Makefile, or run "make so" to generate the shared library, where you can copy that to the apropriate location. Once the header file and shared object are installed, use by including acc_timer.h into your source file, and look in the examples directory to see how to use the library. Also, when compiling, use the flag "-lbenchmarktool"