From 5bfa038a82188565e3c0aae03d19ccef7e6c0afe Mon Sep 17 00:00:00 2001 From: cai-weiwei1989 <734267852@qq.com> Date: Wed, 25 Sep 2024 17:57:03 +0800 Subject: [PATCH] =?UTF-8?q?[advisor]=E8=B5=84=E6=96=99=E8=A1=A5=E5=85=85en?= =?UTF-8?q?vironment=5Fvariable=5Fanalysis=E5=8A=9F=E8=83=BD=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=88=86=E6=9E=90db=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiler/advisor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/advisor/README.md b/profiler/advisor/README.md index 3918109bd5..ebe1f12a70 100644 --- a/profiler/advisor/README.md +++ b/profiler/advisor/README.md @@ -81,7 +81,7 @@ msprof-analyze advisor命令行包含如下三个参数: | dimension | mode | 参数释义 | | ---------- |---------------------------------------| ------------------------------------ | | overall | overall summary | 计算、通信、空闲等维度对性能数据进行拆解 | -| | environment_variable_analysis | 环境变量设置推荐 | +| | environment_variable_analysis | 环境变量设置推荐(该功能不支持分析db格式性能数据文件,即采集性能数据时配置export_type为db) | | cluster | slow rank | 慢卡识别 | | | slow link | 慢链路识别 | | computing | AICPU operator | AI CPU调优 | -- Gitee