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 Memory Leak Analysis and Thread Analysis profiling sets to collect data for resolving these problems.

Related tasks
Getting information from the Performance Call Graph view
Related reference
The Method Details view
The Performance Call Graph view
Data commands in the Performance Call Graph and Method Details views
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.