Everything
1.2 Features

The features of the analysis tool are shown below.

 

-

Displaying function information

The following information about functions is displayed:
Static analysis information (e.g. function name, file name, attribute, return type, reference count, etc.) and Dynamic analysis information (e.g. execution count, execution time, code coverage, etc.).

Figure 1.1

Function List panel

 

-

Displaying variable information

The following information about variables is displayed:
Static analysis information (e.g. variable name, file name, attribute, type, reference count, etc.) and Dynamic analysis information (e.g. read count, write count, data coverage, etc.).

Figure 1.2

Variable List panel

 

-

Displaying the call graph

A tree-structured chart (call graph) indicating calling relationships between functions in the program is displayed.

Figure 1.3

Call Graph panel

 

-

Displaying class information/function information/variable information

The class information [CC-RX], function information and variable information in the program are displayed in a tree structure.

Figure 1.4

Class/Member panel

 

-

Linked operation with debug tool

The following operations can be performed on the debug tool from the various panels of the analysis tool.

-

Jump to the location where the specified function or variable is defined:
Function List panel/Variable List panel/Call Graph panel/Class/Member panel

-

Set a break event at the specified function or variable:
Function List panel/Variable List panel

-

Register a watch expression for the specified variable:
Variable List panel

 

-

View list of locations referencing function/variable

You can find and display a list of locations referencing a function/variable.

Figure 1.5

Find All References (Output panel)

-

Graph analysis information

-

A line chart indicating changes in values of variables or of data collected for Smart Analog [E1/E2/E2 Lite/E20/COM Port[RL78]] is displayed.

Figure 1.6

Variable Value Changing Chart (Analysis Chart panel)

 

-

A pie chart indicating function execution time ratios is displayed.

Figure 1.7

Execution Time(Percentage) Chart (Analysis Chart panel)