modify project struct
This commit is contained in:
parent
f435c833bb
commit
374dfd9aaf
19
README.md
19
README.md
|
@ -1,7 +1,7 @@
|
|||
# 死锁检测插件
|
||||
|
||||
#### 介绍
|
||||
deadlock-detect 是一款基于OpenKylin社区kylin-code(https://gitee.com/mcy-kylin/kylin-code)的拓展插件,用于C/C++程序的死锁检测及锁状态分析,帮助开发者在Linux系统下识别多线程死锁状态、
|
||||
deadlock-detect 是一款基于OpenKylin社区[kylin-code](https://gitee.com/mcy-kylin/kylin-code)的拓展插件,用于C/C++程序的死锁检测及锁状态分析,帮助开发者在Linux系统下识别多线程死锁状态、互斥锁自旋锁等状态异常问题,并对程序加锁位置分析。
|
||||
|
||||
#### 软件架构
|
||||
目前支持架构:
|
||||
|
@ -18,16 +18,13 @@ deadlock-detect 是一款基于OpenKylin社区kylin-code(https://gitee.com/mcy-k
|
|||
获取地址:https://nodejs.org/dist/
|
||||
|
||||
2. 编译view前端
|
||||
cd
|
||||
|
||||
cd view-ui
|
||||
npm run build
|
||||
cp
|
||||
cp dist detect-plugin/ -a
|
||||
|
||||
3. 编译打包插件
|
||||
yarn
|
||||
cd detect-plugin
|
||||
yarn compile
|
||||
yarn package
|
||||
vsce package
|
||||
|
||||
|
||||
#### 使用说明
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
|
Loading…
Reference in New Issue