Preparing your program for profiling
To use either of the profilers that are supplied with
the C compilation system, you must do two things:
$ a.out
where prog is the name of the profiled program. The data files are inputs to the profilers. See ``lprof'' and ``Interpreting profiling output'' in Chapter 9, ``C programmer's productivity tools'' for further information.