next up previous contents
Next: 5.14.1 Profile Interface Up: 5 Advanced Compiler Use Previous: 5.13.4 Verbosity Control

5.14 Profiling

         

The first step in improving a program's performance is to profile the activity of the program to find where it spends its time. The best way to do this is to use the profiling utility found in the profile package. This package provides a macro profile that encapsulates functions with statistics gathering code.





Raymond Toy
Mon Jul 14 09:11:27 EDT 1997