A lightweight profiler to detect and categorize root causes of synchronization related performance issues in multithreaded programs
SyncPerf detects and categorizes synchronization related performance issues. It is a lightweight profiler. SyncPerf reports existing synchronization related performance bugs in a program along with their categories.
cd source
make
To use SyncPerf, link your executable with src\libsyncperf.so
or set the LD_PRELOAD
environment variable:export LD_PRELOAD=\path\to\syncperflib