Execution Analysis
Execution Analysis : Identify a bottleneck
Execution Statistics view provides several approaches to identify a potential bottleneck in an application run. By changing the view to Method level Information orientation, list of methods is shown in the table.
Sort the table with Base Time column, the method with most time spend will be shown as top of the list.
Further investigation can be done by opening the Method Invocation views. They shows invocation detail about the methods like the callee and caller of the method in selection.
Alternatively, Call tree tab is useful to quickly identify the bottleneck of an application run by inspecting the highest percentage of time spend in each thread of the application.
Once a potential bottleneck is identified, Open Source action in context menu is a quick way to navigate to the source code for further investigation of problem.
Compressed mode
Execution Analysis contains an option that allow the collection of profiling data in compressed mode, aka aggregated mode. Compressed mode provides a quick starting point to analysis the data if volume of data is a concern. Note that compressed mode does not provide graphical support nor call tree support. However, tabular method invocation detail is available in compressed mode selection.
Compressed mode can be enabled by selecting the option in the Execution Analysis dialog.