Profiling an application
The Method Details Invocation tab provides statistical
data on a selected method. This tab can be opened on a selected method
in Execution Flow view or in any tab of the Execution Statistics view.
About this task
Note: This tab is populated with data only when execution
flow graphical information is collected.
The following data is provided in this view:
- Selected method: This table 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: This table 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.
- Selected method invokes: This table shows details of each method
invoked by the selected method including the method name invoked,
the number of times the method is invoked, the number of calls from
the selected method to the invoked method, package and class information
for the invoked method and the time spent on the invoked method.
Note: The profiling views are described here using Java™. Profiling data from a different application
context might change the terms and syntax used in the views. For more
information, see Understanding application contexts in profiling views.
Controls
Icon | Definition |
---|---|
![]() |
Opens the source of a selected item. |
![]() |
Show the Raw Cumulative time as a percentage. |
![]() |
Export records to available report formats. The New Report dialog allows you to select the report type and open the document using the default system editor. |
![]() |
Select the Show Time option to select the time basis of the graph.
Select the Display Application Context option to display profiling data based on a programming language or data collection context. For more information, see Understanding application contexts in profiling views. |
Menu item | Definition |
---|---|
![]() |
Refresh the view. |
![]() |
Show Method Invocation Details for the selected method. |
![]() |
Show Method Invocation for the selected method. |
![]() |
Choose columns to display the table. |
![]() |
Open source code for the method. |