[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Performance Management Guide


Chapter 15. Application Tuning

Before spending a lot of effort to improve the performance of a program, use the techniques in this chapter to help determine how much its performance can be improved and to find the areas of the program where optimization and tuning will have the most benefit. For an extensive discussion of these techniques, see Optimization and Tuning Guide for XL Fortran, XL C and XL C++. Also see Designing and Implementing Efficient Programs for additional hints and tips.

In general, the optimization process involves several steps:

The speed increase is affected by two factors:

Speeding up a single routine might speed up the program significantly if that routine performs the majority of the work, on the other hand, it might not improve overall performance much if the routine is rarely called and does not take long anyway. Keep this point in mind when evaluating the performance techniques and data, so that you focus on the techniques that are most valuable in your work.

This chapter contains the following major sections:


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]