Statistics
After successful compiling, you can review statistics on your code. There are six tab windows: |
|
Memory Usage Window |
|
|
Provides overview of RAM and ROM memory usage in form of histogram.
|
|
|
Procedures (Graph) Window |
|
|
Displays procedures and functions in form of histogram, according to their memory allotment.
|
|
|
Procedures (Locations) Window |
|
|
Displays how procedures and functions are located in microcontroller's memory.
|
|
|
Procedures (Details) Window |
|
|
Displays complete call tree, along with details for each procedure and
function: size, start and end address, frequency in program, return
type, etc.
|
|
|
RAM Window |
|
|
Summarizes all I/O registers and their addresses. Also displays
symbolic names of variables and their addresses.
|
|
|
ROM Window |
|
|
|
Lists op-codes and their addresses in form of a human readable hex code.
|
|
|