Briefly about performance analysis
In this section:
The performance analysis is capable of measuring these execution aspects:
the number of executed instructions that trigger branching
the number of clock cycles, excluding the interrupt processing
the number of cycles in which
DI/EIinterrupts are disabledthe number of instruction fetch requests, and instruction cache non-wait responses for instruction fetch requests, issued by the IFU
The analysis can cover either the entire execution or execution between two breakpoints.
Performance analysis settings cannot be changed during the execution and the results of the analysis are displayed in the Performance Analysis window.