Slide 8
Slide 8 text
PL/SQL Hierarchical Profiler
• Custom report generation by tools (such as SQL Developer and command line)
• Provides subprogram-level execution summary information, such as:
• Number of calls to the subprogram
• Time spent in the subprogram itself (function time or self time)
• Time spent in the subprogram itself and in its descendent subprograms
• Detailed parent-children information, for example:
• All callers of a given subprogram (parents)
• All subprograms that a given subprogram called (children)
• How much time was spent in subprogram x when called from y
• How many calls to subprogram x were from y