Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 490 Bytes

SyncPerf

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.

Build

  • cd source
  • run make

Run

To use SyncPerf, link your executable with src\libsyncperf.so or set the LD_PRELOAD environment variable: export LD_PRELOAD=\path\to\syncperflib