项目作者: mejbah

项目描述 :
A lightweight profiler to detect and categorize root causes of synchronization related performance issues in multithreaded programs
高级语言: C++
项目地址: git://github.com/mejbah/SyncPerf.git
创建时间: 2017-05-12T16:00:28Z
项目社区:https://github.com/mejbah/SyncPerf

开源协议:GNU General Public License v3.0

下载


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