Home
Method invocation details
Expand Account to see the methods of the Account class. Select processTransaction and select Method Invocation Details.
The Method Invocation Details view provides statistical data on a selected method. The following data is displayed for the selected method:
![]()
Selected method (Account.processTransaction): Shows details including the number of times the selected method is called, the class and package information, and the time taken by this method.
![]()
Selected method invoked by: Shows details of each method that calls the selected method, including the number of calls to the selected method, and the number of times the selected method is invoked by the caller. In our case, the main method invokes the processTransaction method.
![]()
Selected method invokes: Shows details of each method invoked by the selected method, for example, Credit and Debit constructors, setAccount of the Transaction class, and internal JPA methods.
![]()
Figure 27-13 Execution Time Analysis: Method Invocation Details
![]()
Select the Method Invocation tab to see a graphical representation of the calls.
![]()
Figure 27-14 Execution Time Analysis: Method invocation
ibm.com/redbooks