DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Analyzing run-time behavior

Using lprof

lprof is a line-by-line frequency profiler. It reports whether and how many times each line of source code was executed. It lets you identify the unexecuted and most frequently executed parts of your code.


Next topic: Compiling the program for use with lprof
Previous topic: How to use the profilers

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005