SyncPerf icon indicating copy to clipboard operation
SyncPerf copied to clipboard

A lightweight profiler to detect and categorize root causes of synchronization related performance issues in multithreaded programs

Results 1 SyncPerf issues
Sort by recently updated
recently updated
newest added

I tried building with many versions of gcc (4,5,6,7) on Ubuntu 18.04, but get numerous pthread-related errors. Are there specific dependencies I must address first? Thanks! ``` gcc -g -O2...