Performance bottlenecks are places in your application that prevent the application from running as fast as it should. The Profiling and Logging perspective includes views for examining performance and detecting bottlenecks.
The following views are available for performance bottleneck detection:
Parent topic: Getting started with run-time problem determination
Both the Performance Call Graph view and the Method Details view display all the timed performance data for the run. The Performance Call Graph view presents a global view of the data for the entire run, while the Method Details view displays the data method by method.
For more information, read Detecting performance bottlenecks.
These views allow you to examine performance statistics in tables that you can sort to isolate the worst-performing methods, classes, and packages. These tables are limited to displaying statistics for time spent in individual methods, classes, and packages; they have no information about calls or calling relationships.
These views allow you to distinguish different ways the same method is invoked. You can display method invocation data and execution flow data either in graphical or tabular format.