The Insider tool is a binary code analyzer. It disassembles and analyzes all the code in your module and displays statistical information about the code in tabular form. The information extracted for each routine includes the size of the code, the amount of constant data in the routine, the amount of local data allocated by the routine, and the number of instructions in the routine. Insider also identifies various code patterns to aid in identifying routines that may be candidates for optimization or other types of refactoring. In addition, Quality Suite Insider creates static cross-references for the code. |
|||||||||||||||||||||||||||||||
Routines PageQuality Suite Insider displays the information gathered during analysis in the Main View, which, by default, is docked to the main window. The Main View consists of three report views: the primary Routines view at the top, and two smaller report views below it. The smaller view on the left shows references to the current routine. The smaller view on the right shows references from the current routine. The current routine is the routine currently selected in the main view. The Main View can be displayed in a number of different layouts. Choose the desired layout from the combo box on the toolbar or from the context menu’s Current View sub-menu. The following table identifies the available built-in layouts:
As with all views in Quality Suite, you can define your own additional layouts using the layout designer. |
|||||||||||||||||||||||||||||||
Common Tool Features PageClick the link above to see the common features across all tools. |