
Below chart describes contents of Function List Panel. For the details, refer to help.
"Static" information is described after build. "Dynamic" information is described after connecting the debug tool.
|
Description |
Overview |
Static/Dynamic |
|
Function name |
Function name defined/referenced in C source |
Static |
|
File name |
File name of C source where the function is defined |
Static |
|
File Path |
Absolute path of the C source file where the function is defined. |
Static |
|
Import |
Source of the function information |
Static |
|
Attribute |
Function's symbol attributes/symbol-modifier attributes |
Static |
|
Return Type |
Return type of the function |
Static |
|
Arguments count |
Argument value of the function |
Static |
|
Arguments |
Argument type/formal argument name of the function |
Static |
|
Code Size |
Function's code size |
Static |
|
Stack Size |
Function's stack size |
Static |
|
Start Address |
Function's start address |
Static |
|
End Address |
End address of the function |
Static |
|
Reference Count |
Number of times the function is referenced in the program |
Static |
|
Execution Count |
Number of times the function was executed |
Dynamic |
|
Execution Time |
Execution time of the function, Proportion of total, etc.. |
Dynamic |
|
Code Coverage |
Code coverage ratio of the function |
Dynamic |
|
Total |
Total of above item in the target file |
- |