# SyncPerf **Repository Path**: went_forward/SyncPerf ## Basic Information - **Project Name**: SyncPerf - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-04 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ### EuroSys'17 Paper : http://dl.acm.org/citation.cfm?id=3064186 ## 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`