Code Line Time Consumption Data File
The code line time consumption data file is core*_code_exe.csv.
The core*.veccore* or core*.cubecore* directory stores the code line time consumption data files of compute units, such as the core0.veccore1_code_exe.csv file in the core0.veccore1 directory, where core0 indicates the core ID and veccore1 indicates the sub-core ID.
Figure 1 core*_code_exe.csv file


See the following table for more details.
Field |
Description |
|---|---|
code |
Code line. The format is code file path:line number. |
call_count |
Number of calls to instructions involved in a code line. |
cycles |
Total number of cycles executed on AI Vector Core/AI Cube Core by the instructions involved in the code line. |
running_time(us) |
Valid execution time of a code line, in μs. |
Parent topic: msprof op simulator