Profiling tools

Profiling tools allow you to identify and track performance issues.

For Java profiling, refer to the following documents:

For C++ profiling, use Purify (UNIX) or PurifyPlus (Windows) from Rational. Purify is designed to track down memory leaks and invalid memory-use errors.

For more information, check Rational documentation .