_CALLTRE Reverse Call Tree Report

Top  Previous  Next

Targets: All

 

This report is like the Call Tree Report, but reverse. It produces an outline of the call structure of your program, like the Call Tree Report. But it does so in reverse order. This means it starts with the subprograms that are only called, and that not call any other subprograms. This report can help you get a better understanding of how your low-level routines are used.

 

There is an option “All”. If you select this option, PAL also reports branches that have already been drawn. This can result in a very long call listing. The default value is False.

 

The option "Extend" if selected, will create roots for all subprograms, not only those that are called but not call others. Default is False.

 

Recursive calls are marked with “(rec)”.

 

 

See also:

 

R_REF Reference Reports