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.
You can use the following views to detect performance bottlenecks:
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.
With this view, you can examine performance statistics in tables that you can sort to isolate the worst-performing packages, classes, and methods. These tables display only statistics for time spent in individual methods, classes, and packages; they have no information about calls or calling relationships.