MindSpore-specific Data
ascend_mindspore_profiler_{Rank_ID}.db
This .db file summarizes all profile data. See Description of .db Data Exported by msprof for the field description. The actual results are slightly different.
communication_analyzer.db
This file summarizes communication information, including time segments, copy information, and bandwidth for communication data analysis. Communication data exists only in multi-rank, multi-node, or cluster scenarios. See Data in analysis.db for the field description. The actual results are slightly different.
communication.json
This file records details about communication operators, including the communication duration and bandwidth. See Parsing Result for the field description. The actual results are slightly different.
communication_matrix.json
This file records basic information about communication operators, including the communication size, bandwidth, and rank. See Parsing Result for the field description. The actual results are slightly different.
dataset.csv
This file records dataset operator information. For details about the fields, see dataset.csv.
minddata_pipeline_raw_{Rank_ID}.csv
This file records the performance metrics of dataset operations. For details about the fields, see minddata_pipeline_raw_{Rank_ID}.csv.