Using MindStudio Insight to Display Profile Data
- For Profile Data Collection, if export_type=torch_npu.profiler.ExportType.Text is used, the generated profile data can be displayed on MindStudio Insight.
- For Profile Data Collection, if export_type=torch_npu.profiler.ExportType.Db is used, the generated profile data needs to be displayed on MindStudio Insight.
- For (Optional) Performing Cluster Analysis, the output deliverables need to be displayed on MindStudio Insight.
The procedure is as follows:
- Install MindStudio Insight.
- Double-click the MindStudio Insight shortcut icon on the desktop to start the MindStudio Insight.
- Import profile data.
- Copy the profile data of Profile Data Collection or (Optional) Performing Cluster Analysis to the Windows environment.
- Click Import Data in the upper left corner of the MindStudio Insight page. In the dialog box that is displayed, select the profile data file or directory and click OK.
Figure 1 Importing profile data
Figure 2 Displaying profile data
- Analyze the profile data.
After MindStudio Insight displays the profile data, you can analyze the performance bottleneck more intuitively. For details about the analysis method, see MindStudio Insight User Guide.
Parent topic: Profile Data Analysis