next up previous contents
Next: 18.8.2 Achieving Accurate Timing Up: 18.8 Taking Timing Measurements Previous: 18.8 Taking Timing Measurements

18.8.1 Benchmarking Basics

A detailed analysis involves examining what your program is asking the system to do and then calculating how long that should take, based on the known performance characteristics of the hardware. Compare this calculation of expected performance with the performance actually observed and continue to apply the tuning techniques until the two match more closely. At this point, you have a detailed accounting of how your program spends its time, and you are in a strong position both to tune further and to make appropriate decisions considering the speed-versus-quality trade-off.

The following parameters determine the performance of most applications:



David Blythe
1999-08-06