Common causes of slow performance

The Performance Call Graph and Method Detail views help you identify the parts of your application that consume the most time. You can then investigate whether these time-consuming areas can be made more efficient. When you analyze the code for your application, it is useful to be aware of the most frequent coding errors that result in inefficient performance.

Memory leaks and thread bottlenecks can also degrade performance. Use the Leak Detection and Thread Analysis profiling sets to collect data for resolving these problems. Note that you cannot collect leak detection data at the same time as you collect other run-time analysis data.

 

Parent topic

Viewing and analyzing performance data

 

Related tasks

Getting information from the Performance Call Graph view

Related reference
The Method Details view
The Performance Call Graph view
Performance Call Graph data commands