提交 6433fbb8 编写于 作者: P ph

UI add profiling minddata page(2nd commit)

上级 83c104c4
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
"dataError": "获取到的数据异常", "dataError": "获取到的数据异常",
"regIllegal": "请输入正确的检索条件", "regIllegal": "请输入正确的检索条件",
"stayTuned": "敬请期待", "stayTuned": "敬请期待",
"select": "请选择", "select": "请选择",
"search": "请搜索", "search": "请搜索",
"enter": "请输入", "enter": "请输入",
...@@ -72,7 +71,7 @@ ...@@ -72,7 +71,7 @@
"unhide": "取消隐藏", "unhide": "取消隐藏",
"hideData": "条数据", "hideData": "条数据",
"totalHide": "本页共隐藏{n}条数据", "totalHide": "本页共隐藏{n}条数据",
"mustExist":"必选项", "mustExist": "必选项",
"remarkValidation": "备注为英文字母、数字、中文、下划线、中划线、点的组合,长度范围为[1,128]字符", "remarkValidation": "备注为英文字母、数字、中文、下划线、中划线、点的组合,长度范围为[1,128]字符",
"changeSuccess": "修改成功", "changeSuccess": "修改成功",
"metricLabel": "Metric", "metricLabel": "Metric",
...@@ -142,7 +141,6 @@ ...@@ -142,7 +141,6 @@
"isDelete": "是否删除当前阈值", "isDelete": "是否删除当前阈值",
"noData": "无" "noData": "无"
}, },
"images": { "images": {
"titleText": "图像", "titleText": "图像",
"tagSelectTitle": "标签选择", "tagSelectTitle": "标签选择",
...@@ -232,43 +230,137 @@ ...@@ -232,43 +230,137 @@
"path": "路径", "path": "路径",
"number": "卡编号", "number": "卡编号",
"distribution": "分布图", "distribution": "分布图",
"queueEmptyRatio": "队列空比例", "queueEmptyRatio": "队列空比例",
"queueFullRatio": "队列满比例", "queueFullRatio": "队列满比例",
"dataQueueDis": "数据队列分布图", "dataQueueDis": "数据队列分布图",
"operatorTimeConAnalysis": "算子耗时分析", "operatorTimeConAnalysis": "算子耗时分析",
"timeConStastic": "耗时统计", "timeConStastic": "耗时统计",
"avgCost": "平均总耗时", "avgCost": "平均总耗时",
"getCost": "平均取数据耗时", "getCost": "平均取数据耗时",
"pushCost": "平均push耗时", "pushCost": "平均推送数据耗时:",
"lterationGap": "迭代间隙", "lterationGap": "迭代间隙",
"lterationTail": "迭代拖尾", "lterationTail": "迭代拖尾",
"propertion": "占比", "propertion": "占比",
"minddataTitle": "数据准备详情",
"title": "迭代间隙流程分析", "title": "迭代间隙流程分析",
"dataDeal": "数据处理", "dataDeal": "数据处理",
"dataQueue": "数据队列", "dataQueue": "数据队列",
"errorTip": "个step出现异常", "errorTip": "个step出现异常",
"pipelineError": "Pipeline异常step", "smartHelper": "小助手",
"deviceQueueError": "device_queue_op异常step", "suggestions": "优化建议",
"getNextError": "get_next异常step", "common-profiler_tutorial": {
"smartHelper":"小助手", "desc": "如何使用Profiler进行性能分析",
"suggestions":"优化建议", "anchor": [
"stepSelect":"Step选择", "desc"
"curCard":"当前卡片", ],
"stepTrace":"迭代轨迹", "url": [
"mindData":"数据准备", "https://www.mindspore.cn/tutorial/zh-CN/master/advanced_use/visualization_tutorials.html"
"timeLine":"时间线", ]
"rankOfOperator":"算子耗时统计排名", },
"stepTraceDetail":"迭代轨迹详情", "step_trace-proposer_type_label": {
"viewDetail":"查看详情", "desc": "迭代轨迹性能优化参考建议"
"stepNum":"耗时step数", },
"iterGapTimeLabel":"迭代间隙时长", "step_trace-iter_interval": {
"iterGapRateLabel":"迭代间隙占比", "desc": "在开启图模式和数据集下沉模式后,如果平均迭代间隙时间大于{n1}ms,则数据处理至计算图执行之间的流程可能存在优化空间。"
"fpBpTimeLabel":"FP+BP时长", },
"fpBpRateLabel":"FP+BP占比", "common-proposer_type_label": {
"tailTimeLabel":"迭代拖尾时长", "desc": "性能分析与优化指导"
"tailRateLabel":"迭代拖尾占比", },
"minddata_pipeline-proposer_type_label": {
"desc": "Minddata pipeline性能优化建议"
},
"minddata_pipeline-general": {
"desc": "Pipeline中的算子{n1}可能存在性能瓶颈,请用户重点关注。"
},
"minddata_pipeline-dataset_op": {
"desc": "对于算子{n1},用户可以尝试调整num_parallel_workers参数。"
},
"minddata_pipeline-generator_op": {
"desc": "对于算子{n1},用户可以尝试调整num_parallel_workers参数或优化训练脚本,如果性能没有得到优化,可以尝试替换为MindRecordDataset算子。"
},
"minddata_pipeline-map_op": {
"desc": "对于算子{n1},用户可以尝试调整num_parallel_workers参数,如果使用的是Python的算子,可以尝试优化训练脚本。"
},
"minddata_pipeline-batch_op": {
"desc": "对于算子{n1},用户可以尝试增加prefetch_size大小。"
},
"minddata_warning_op": {
"desc": "经过上述判断,算子{n1}可能存在优化空间。"
},
"minddata-proposer_type_label": {
"desc": "数据处理性能分析"
},
"minddata_device_queue": {
"desc": "主机侧队列为空比例{n1}/{n2},为满比例{n3}/{n4}。"
},
"minddata_get_next_queue": {
"desc": "芯片侧队列为空比例{n1}/{n2}。"
},
"millisecond": "ms",
"stepSelect": "Step选择",
"curCard": "当前卡片",
"stepTrace": "迭代轨迹",
"mindData": "数据准备",
"timeLine": "时间线",
"rankOfOperator": "算子耗时统计排名",
"stepTraceDetail": "迭代轨迹详情",
"viewDetail": "查看详情",
"stepNum": "耗时step数",
"iterGapTimeLabel": "迭代间隙时长",
"iterGapRateLabel": "迭代间隙占比",
"fpBpTimeLabel": "前向+反向时长",
"fpBpRateLabel": "前向+反向占比",
"tailTimeLabel": "迭代拖尾时长",
"tailRateLabel": "迭代拖尾占比",
"operatorDetail": "算子详情", "operatorDetail": "算子详情",
"times": "次" "times": "次",
"queueStep": "队列step分布图",
"queueInfo": "迭代间隙",
"pipeline": "数据处理",
"pipelineTopTitle": "算子间队列平均使用率",
"pipelineMiddleTitle": "算子间队列关系",
"deviceQueueOp": "数据发送",
"deviceQueueOpTip": "数据发送算子",
"getNext": "取数据算子",
"connectorQuene": "主机队列",
"getData": "数据获取",
"opTotalTime": "算子执行总时间:",
"streamNum": "执行流数量:",
"opNum": "算子数目:",
"opTimes": "算子执行总次数:",
"features": "功能介绍:",
"iterationInfo": "迭代轨迹展示的是每个step从上个迭代开始至该step结束的耗时信息,主体时间分为3部分:迭代间隙、前向+反向、迭代拖尾。",
"iterationGapInfo": "主要负责从数据队列中读取数据,如果该部分耗时较长,建议前往数据处理部分进一步分析;",
"fpbpTitle": "前向反向",
"fpbpInfo": "执行网络中的前向算子以及反向算子,承载了一个step主要的计算工作,如果该部分耗时较长,建议前往算子统计或时间线中进一步分析;",
"iterativeTailingTitle": "迭代拖尾",
"iterativeTailingInfo": "主要在多卡场景下执行参数聚合参数更新操作,如果该部分耗时较长,建议查看all_reduce耗时以及并行情况。",
"statistics": "统计信息:",
"totalTime": "总耗时:",
"totalSteps": "总step数:",
"fpbpTimeRatio": "前向+反向耗时占比:",
"iterationGapTimeRatio": "迭代间隙耗时占比:",
"iterativeTailingTimeRatio": "迭代拖尾耗时占比:",
"dataProcess": "该图展示了数据处理阶段的流程,数据通过数据处理阶段存入主机队列,再通过数据传输阶段存入芯片侧的数据队列,最终由数据传输算子get_next发送给前向训练使用。",
"dataProcessInfo": "综合分析该阶段的流程,通过判断主机队列和数据队列为空的情况就可以初步判断可能出现性能异常的阶段。",
"analysisOne": "1、如果迭代间隙较长,并且芯片侧的数据队列部分batch为空,那么可能由于数据处理和数据传输阶段导致的性能异常,参考2,反之则定位数据传输算子get_next内部问题;",
"analysisTwo": "2、如果通过1定位为数据处理、数据传输阶段异常,则查看主机队列情况,如果大概率为空,则可能为数据处理阶段导致异常,如果大概率不为空,则可能数据传输阶段异常;",
"higherAnalysis": "注:可结合下方算子耗时进行高阶分析",
"chipInfo": "芯片侧数据队列为空比例:",
"hostIsEmpty": "主机侧队列为空比例:",
"hostIsFull": "主机侧队列为满比例:",
"operatorInfo": "{msg1}、{msg2}算子信息",
"workersNum": "使用线程数",
"queueDeepChartTitle": "{msg}队列深度折线图",
"sampleInterval": "采样间隔",
"deep": "深度",
"queueTip1": "队列为满比例:",
"queueTip2": "队列为空比例:",
"totalCapacity": "总容量",
"averageCapacity": "平均使用容量",
"stepTraceMessage": "当前FP和BP为自动选点,如不合乎预期,请自行修改。",
"FPMessage": "FP起始算子:",
"BPMessage": "BP终止算子:"
}, },
"components": { "components": {
"summaryTitle": "训练选择", "summaryTitle": "训练选择",
...@@ -299,7 +391,6 @@ ...@@ -299,7 +391,6 @@
"50542215": "查询参数错误", "50542215": "查询参数错误",
"50542216": "Summary日志文件未找到", "50542216": "Summary日志文件未找到",
"50542217": "Summary日志路径错误", "50542217": "Summary日志路径错误",
"50542218": "筛选参数错误", "50542218": "筛选参数错误"
"50546102": "step_id取值错误"
} }
} }
\ No newline at end of file
...@@ -176,6 +176,14 @@ export default { ...@@ -176,6 +176,14 @@ export default {
}, },
}); });
}, },
// get data of helper
queryDataOfProfileHelper(params) {
return axios({
method: 'get',
url: '/v1/mindinsight/profile/summary/propose',
params: params,
});
},
// query training trace // query training trace
queryTrainingTrace(params) { queryTrainingTrace(params) {
return axios({ return axios({
...@@ -197,4 +205,75 @@ export default { ...@@ -197,4 +205,75 @@ export default {
}, },
}); });
}, },
queryTimeline(params) {
return axios({
method: 'get',
url: '/v1/mindinsight/profile/timeline',
params: params,
headers: {
ignoreError: true,
},
});
},
queryTimlineInfo(params) {
return axios({
method: 'get',
url: 'v1/mindinsight/profile/timeline-summary',
params: params,
headers: {
ignoreError: true,
},
});
},
queryOpQueue(params) {
return axios({
method: 'post',
url: 'v1/mindinsight/profile/minddata-pipeline/op-queue',
params: params.params,
data: params.body,
headers: {
ignoreError: true,
},
});
},
queryQueue(params) {
return axios({
method: 'get',
url: 'v1/mindinsight/profile/minddata-pipeline/queue',
params: params,
headers: {
ignoreError: true,
},
});
},
queryProcessSummary(params) {
return axios({
method: 'get',
url: 'v1/mindinsight/profile/process_summary',
params: params,
headers: {
ignoreError: true,
},
});
},
queueInfo(params) {
return axios({
method: 'get',
url: 'v1/mindinsight/profile/queue_info',
params: params,
headers: {
ignoreError: true,
},
});
},
minddataOp(params) {
return axios({
method: 'get',
url: 'v1/mindinsight/profile/minddata_op',
params: params,
headers: {
ignoreError: true,
},
});
},
}; };
...@@ -145,14 +145,13 @@ ...@@ -145,14 +145,13 @@
</div> </div>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="AI CPU" <el-tab-pane label="AI CPU"
class="cpu-tab" class="cpu-tab"
name="cpu" name="cpu">
v-if="false">
<div class="cl-profiler-top" <div class="cl-profiler-top"
v-if="cpuCharts.data.length"> v-if="cpuCharts.data.length">
<div> <div>
<span class="profiler-title"> <span class="profiler-title">
{{ $t('operator.operatorTypeStatistics') }} {{ $t('operator.operatorStatistics') }}
</span> </span>
</div> </div>
<div class="cl-profiler-echarts"> <div class="cl-profiler-echarts">
......
...@@ -24,7 +24,8 @@ limitations under the License. ...@@ -24,7 +24,8 @@ limitations under the License.
<label>{{$t('profiling.curCard')}}</label> <label>{{$t('profiling.curCard')}}</label>
<el-select v-model="curDashboardInfo.curCardNum" <el-select v-model="curDashboardInfo.curCardNum"
class="card-select" class="card-select"
:placeholder="$t('public.select')"> :placeholder="$t('public.select')"
@change="selectValueChange">
<el-option v-for="item in CardNumArr" <el-option v-for="item in CardNumArr"
:key="item.value" :key="item.value"
:label="item.value + $t('operator.card')" :label="item.value + $t('operator.card')"
...@@ -35,6 +36,8 @@ limitations under the License. ...@@ -35,6 +36,8 @@ limitations under the License.
<div class="helper-title"> <div class="helper-title">
{{$t("profiling.smartHelper")}} {{$t("profiling.smartHelper")}}
</div> </div>
<div class="suggested-title">{{$t("profiling.suggestions")}}</div>
<div id="helper-tips"></div>
</div> </div>
<div class="collapse-btn" <div class="collapse-btn"
:class="{collapse:collapse}" :class="{collapse:collapse}"
...@@ -58,6 +61,16 @@ import RequestService from '../../services/request-service'; ...@@ -58,6 +61,16 @@ import RequestService from '../../services/request-service';
export default { export default {
data() { data() {
return { return {
tipsArrayList: [
'step_trace-iter_interval',
'minddata_pipeline-general',
'minddata_pipeline-dataset_op',
'minddata_pipeline-generator_op',
'minddata_pipeline-map_op',
'minddata_pipeline-batch_op',
'minddata_warning_op',
],
moreParameter: ['minddata_device_queue', 'minddata_get_next_queue'],
CardNumArr: [], CardNumArr: [],
collapse: false, collapse: false,
curDashboardInfo: { curDashboardInfo: {
...@@ -85,6 +98,12 @@ export default { ...@@ -85,6 +98,12 @@ export default {
this.curDashboardInfo.query.path = ''; this.curDashboardInfo.query.path = '';
this.$message.error(this.$t('trainingDashboard.invalidId')); this.$message.error(this.$t('trainingDashboard.invalidId'));
} }
this.getDataOfProfileHelper();
},
selectValueChange() {
const helperDiv = document.getElementById('helper-tips');
helperDiv.innerHTML = '';
this.getDataOfProfileHelper();
}, },
getDeviceList() { getDeviceList() {
const params = { const params = {
...@@ -110,6 +129,124 @@ export default { ...@@ -110,6 +129,124 @@ export default {
}) })
.catch(() => {}); .catch(() => {});
}, },
getDataOfProfileHelper() {
const params = {
train_id: this.curDashboardInfo.query.id,
profile: this.curDashboardInfo.query.dir,
device_id: this.curDashboardInfo.curCardNum.toString()
? this.curDashboardInfo.curCardNum.toString()
: '0',
};
RequestService.queryDataOfProfileHelper(params)
.then((resp) => {
if (resp && resp.data) {
const dataKeys = Object.keys(resp.data);
const helperDiv = document.getElementById('helper-tips');
helperDiv.innerHTML = '';
dataKeys.forEach((item) => {
if (
!this.tipsArrayList.includes(item) &&
!this.moreParameter.includes(item) &&
resp.data[item]
) {
this.$t(`profiling`)[item] = resp.data[item];
}
if (item.endsWith('type_label')) {
const divDom = document.createElement('div');
divDom.setAttribute('class', 'suggested-items-style');
divDom.innerHTML = `<div class="helper-icon"></div>
<div class="helper-container-title">
${this.$t(`profiling`)[item].desc}
</div>`;
helperDiv.appendChild(divDom);
} else if (this.tipsArrayList.includes(item)) {
const divDom = document.createElement('div');
divDom.setAttribute('class', 'content-style');
const content = `${this.$t(`profiling`)[item].desc}`.replace(
`{n1}`,
resp.data[item][0],
);
divDom.innerHTML = `<div class="content-icon el-icon-caret-right"></div>
<div class="helper-content-style">${content}</div>`;
helperDiv.appendChild(divDom);
} else if (item === 'minddata_device_queue') {
const deviceEmpty =
resp.data['minddata_device_queue'][0] >= 0
? resp.data['minddata_device_queue'][0]
: '--';
const deviceTotal =
resp.data['minddata_device_queue'][1] >= 0
? resp.data['minddata_device_queue'][1]
: '--';
const deviceFull =
resp.data['minddata_device_queue'][2] >= 0
? resp.data['minddata_device_queue'][2]
: '--';
const divDom = document.createElement('div');
divDom.setAttribute('class', 'content-style');
const content = `${this.$t(`profiling`)[item].desc}`
.replace(`{n1}`, deviceEmpty)
.replace(`{n2}`, deviceTotal)
.replace(`{n3}`, deviceFull)
.replace(`{n4}`, deviceTotal);
divDom.innerHTML = `<div class="content-icon el-icon-caret-right"></div>
<div class="helper-content-style">${content}</div>`;
helperDiv.appendChild(divDom);
} else if (item === 'minddata_get_next_queue') {
const getNextEmpty =
resp.data['minddata_get_next_queue'][0] >= 0
? resp.data['minddata_get_next_queue'][0]
: '--';
const getNextTotal =
resp.data['minddata_get_next_queue'][1] >= 0
? resp.data['minddata_get_next_queue'][1]
: '--';
const divDom = document.createElement('div');
divDom.setAttribute('class', 'content-style');
const content = `${this.$t(`profiling`)[item].desc}`
.replace(`{n1}`, getNextEmpty)
.replace(`{n2}`, getNextTotal);
divDom.innerHTML = `<div class="content-icon el-icon-caret-right"></div>
<div class="helper-content-style">${content}</div>`;
helperDiv.appendChild(divDom);
} else if (this.$t(`profiling`)[item].anchor) {
if (this.$t(`profiling`)[item].anchor.length === 1) {
const divDom = document.createElement('div');
divDom.setAttribute('class', 'content-style');
divDom.innerHTML = `<div class="content-icon el-icon-caret-right"></div>
<div class="helper-content-style">
<a href="${this.$t(`profiling`)[item].url[0]}">
${this.$t(`profiling`)[item].desc}</a></div>`;
helperDiv.appendChild(divDom);
} else {
const divDom = document.createElement('div');
divDom.setAttribute('class', 'content-style');
const anchorList = this.$t(`profiling`)[item].anchor;
const anchorContent = this.$t(`profiling`)[item].desc;
for (let i = 0; i < anchorList.length; i++) {
const desc = anchorContent.relpace(
anchorList[i],
`<a href="${this.$t(`profiling`)[item].url[i]}">
${anchorList[i]}</a>`,
);
anchorContent = desc;
}
divDom.innerHTML = `<div class="content-icon el-icon-caret-right">
</div><div class="helper-content-style">${anchorContent}</div>`;
helperDiv.appendChild(divDom);
}
} else {
const divDom = document.createElement('div');
divDom.setAttribute('class', 'content-style');
divDom.innerHTML = `${this.$t(`profiling`)[item].desc}`;
helperDiv.appendChild(divDom);
}
});
}
})
.catch(() => {});
},
backToDdashboard() { backToDdashboard() {
this.$router.push({ this.$router.push({
path: '/profiling/profiling-dashboard', path: '/profiling/profiling-dashboard',
...@@ -171,6 +308,49 @@ export default { ...@@ -171,6 +308,49 @@ export default {
cursor: pointer; cursor: pointer;
} }
} }
.helper-container-title {
display: inline-block;
padding: 0 6px;
}
.helper-icon {
display: inline-block;
width: 6px;
height: 6px;
margin-top: 6px;
border-radius: 3px;
background-color: #00a5a7;
}
.suggested-title {
font-weight: bold;
margin-bottom: 20px;
font-size: 16px;
}
.container-bottom {
margin-bottom: 16px;
}
.suggested-items-style {
display: flex;
font-weight: bold;
margin-bottom: 6px;
margin-top: 10px;
}
.helper-content-style {
margin-left: 6px;
line-height: 20px;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
}
}
.content-icon {
color: #00a5a7;
padding-top: 3px;
}
.content-style {
display: flex;
} }
.collapse-btn { .collapse-btn {
position: absolute; position: absolute;
...@@ -185,9 +365,9 @@ export default { ...@@ -185,9 +365,9 @@ export default {
text-align: center; text-align: center;
background-image: url('../../assets/images/collapse-left.svg'); background-image: url('../../assets/images/collapse-left.svg');
} }
.collapse-btn.collapse{ .collapse-btn.collapse {
background-image: url('../../assets/images/collapse-right.svg'); background-image: url('../../assets/images/collapse-right.svg');
} }
} }
.prof-content-left.collapse { .prof-content-left.collapse {
width: 0; width: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册