Skip to content

A thread-level timing tool to test how much time is spent in specific portions of a code base

Notifications You must be signed in to change notification settings

bnestere/acc_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acc_timer

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 "-lacc_timer"

About

A thread-level timing tool to test how much time is spent in specific portions of a code base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published