A method call detail report provides a detailed breakdown of specific method invocations within a software application. The method call details display a table of all the methods that are called in the business transaction. In method call details, you can access method and thread-level execution details for the transaction in the form of a Method Call Tree.

Method Calling Tree

A method calling tree is a graphical representation that depicts the flow of method or function calls within a software application. Method calling tree helps to understand the relationship between different methods and how they interact during program execution.

Note:

In the method calling tree, you can see the following details in a tabular format:

Global Action Item

There are the following operations that you can perform in the method call detail window:

  1. Red : This will show the HighlightWallTime.
  2. Yellow : This will show the Elapsed Threshold.
  3. Magenta : This will show the Method Throwing Exception.
  4. Pink : This will show the Method Catching Exception.
  5. Green : This shows JMS/JDBC
  6. Silver : This shows Uninstrumented
  7. Blue : This shows HTTP/Thread

Note:

  1. You can also view the filter settings information for the Method Calling Detail Tree as Max Depth, Min wall time, Threshold, Elapsed Threshold, Total Thread Queue Time and Total Self Time.
  2. Do not show methods of Negative Filters will only filter methods present at leaf level and leaving level 1 methods unfiltered to uphold the hierarchical structure.