Detect performance bottlenecks and monitor code coverage - Summary

This tutorial has taught you the principles of locating and resolving performance bottlenecks, and of monitoring code coverage.

Completed learning objectives

If you have completed all of the exercises, you should now be able to apply the lessons you've learned to your own code. You should know:

More information

If you want to learn more about the topics covered in this tutorial, refer to the help system for the Software Development Platform. Look in the help system Table of Contents for the section titled Detecting and analyzing runtime problems, and open the subsection Detecting performance bottlenecks or the subsection Monitoring code coverage to detect untested lines and methods.

You will also find information in the help system about detecting other runtime problems like Java memory leaks and other types of performance bottlenecks. Also, be sure to read about Probekit, a unique feature that allows you to customize your investigations into how your application runs.

Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.