From 27743d880fa58f1960f4053c2e8baf71cc031f83 Mon Sep 17 00:00:00 2001 From: devkit-pipeline <3361635964@qq.com> Date: Mon, 17 Mar 2025 07:40:33 +0000 Subject: [PATCH] =?UTF-8?q?update=20document/=E9=AA=8C=E6=94=B6=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=94=B6=E9=9B=86/devkit-pipeline=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E9=AA=8C=E6=94=B6=E6=96=87=E6=A1=A3.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: devkit-pipeline <3361635964@qq.com> --- ...1\212\351\252\214\346\224\266\346\226\207\346\241\243.md" | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git "a/document/\351\252\214\346\224\266\346\212\245\345\221\212\346\224\266\351\233\206/devkit-pipeline\347\233\270\345\205\263\346\212\245\345\221\212\351\252\214\346\224\266\346\226\207\346\241\243.md" "b/document/\351\252\214\346\224\266\346\212\245\345\221\212\346\224\266\351\233\206/devkit-pipeline\347\233\270\345\205\263\346\212\245\345\221\212\351\252\214\346\224\266\346\226\207\346\241\243.md" index e87a1eb..b1cb2f8 100644 --- "a/document/\351\252\214\346\224\266\346\212\245\345\221\212\346\224\266\351\233\206/devkit-pipeline\347\233\270\345\205\263\346\212\245\345\221\212\351\252\214\346\224\266\346\226\207\346\241\243.md" +++ "b/document/\351\252\214\346\224\266\346\212\245\345\221\212\346\224\266\351\233\206/devkit-pipeline\347\233\270\345\205\263\346\212\245\345\221\212\351\252\214\346\224\266\346\226\207\346\241\243.md" @@ -33,9 +33,12 @@ DevKit测试平台报告收集需要进入到DevKit测试平台实际安装路 4.2、preccheck.log日志文件为验收报告,将preccheck.log下载至本地 # 5.鲲鹏低负载性能采集库报告收集 -5.1、当运行调优任务的时候在终端执行命令:perf record -e "cycles" -p 需要采集的调优任务的进程id +5.1、当运行调优任务的时候在终端执行命令: +采集单个进程id数据:perf record -e "cycles" -p 需要采集的调优任务的进程id +采集全量数据: perf record -e "cycles" sleep 时间 ![](./Jenkins.assets/打包21.PNG) +![](./Jenkins.assets/打包20.PNG) 5.2、生成的perf.data为验收报告,将perf.data下载至本地 # 6.验收报告打包 -- Gitee