使用MindStudio Insight工具可视化性能数据
- 性能数据采集使用export_type=torch_npu.profiler.ExportType.Text时,生成的性能数据可以使用MindStudio Insight工具将性能数据可视化。
- 性能数据采集使用export_type=torch_npu.profiler.ExportType.Db时,生成的性能数据需要使用MindStudio Insight工具将性能数据可视化。
- 执行cluster_analyse集群分析(可选)时,输出的交付件需要使用MindStudio Insight工具将数据可视化。
操作如下:
- 安装MindStudio Insight。
- 双击桌面的MindStudio Insight快捷方式图标,启动MindStudio Insight。
- 导入性能数据。
- 将性能数据采集或执行cluster_analyse集群分析(可选)的性能数据拷贝至Windows环境。
- 单击MindStudio Insight界面左上方“Import Data”,在弹框中选择性能数据文件或目录,然后单击“确认”进行导入,如下所示。
图1 导入性能数据图2 展示性能数据
- 分析性能数据。
MindStudio Insight工具将性能数据可视化后可以更直观地分析性能瓶颈,详细分析方法请参见《MindStudio Insight 用户指南》。
父主题: 性能数据分析