| |||
| Home > The Call Graph > Color coding | |||
You can use the drop-down menu in the toolbar to choose one of the two following options for color-coding the function boxes:
Colorize by Time - This option is the default. It color codes the functions with the top five self time values so they are quickly identifiable in the call graph. These colors match the colors in the 'Top Five Functions' bar charts in the summary report and they range from bright red to bright yellow, red being the highest value, yellow the lowest, and the shades of orange representing functions two, three and four. These colors are easily identifiable in the mini-map so you can scroll quickly to these critical functions.
Colorize by Coverage - This option colors the functions based on code coverage. Green indicates that all of the instructions were executed, while yellow represents partial coverage, and red indicates no coverage. Note that no red functions appear unless the 'Show Uncalled Functions' option is activated.
The percentage found in each function label does not change when changing to either Colorize by Time or Colorize by Coverage. The percentages displayed in the function boxes are always a reference to the time spent as a fraction of the total execution time.