Code Instruction Information File
The code instruction details file is core*_instr_exe.csv.
The core*.veccore* or core*.cubecore* directory stores the code instruction details files of compute units, such as the core0.veccore0_instr_exe.csv file in the core0.veccore0 directory, where core0 indicates the core ID and veccore0 indicates the sub-core ID.
Figure 1 core*_instr_exe.csv file
See the following table for more details.
|
Field |
Description |
|---|---|
|
instr |
Name of a code instruction. |
|
addr |
PC address corresponding to a code instruction. |
|
pipe |
PIPE type, including the instruction queue and compute unit. |
|
call_count |
Number of times that an instruction is called. |
|
cycles |
Total number of cycles in which an instruction is executed on the AI Vector Core/AI Core. |
|
running_time(us) |
Valid execution time of an instruction, in µs. |
|
detail |
Detailed parameter for executing an instruction. |
Parent topic: msprof op simulator