DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
C programmer's productivity tools

Source listing for a subset of files

If you want profiling output for a limited number of selected files, use the -r option:

   $ lprof -r file1.c -r file2.c
This command line will produce output only for file1.c and file2.c. This is useful if you want to examine a few files rather than an entire program.

Next topic: Summary option
Previous topic: Source files in a different directory

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003