* config/obj-coff.h (TC_SPARC): Don't define TARGET_FORMAT.
[deliverable/binutils-gdb.git] / gprof / gprof.1
index 7df46e68d1232987e2e9c95a4c5ab49b6d2065eb..d86a3918dc63fefe863fe256b7ce840460d7a5f0 100644 (file)
 .\"
 .\"     @(#)gprof.1    6.6 (Berkeley) 7/24/90
 .\"
-.TH GPROF 1 "July 24, 1990"
+.TH GPROF 1 "January 29, 1993"
 .SH NAME
 gprof \- display call graph profile data
 .SH SYNOPSIS
-.B gprof
-.RB "[\|" a.out "\|]"
-.B
-gmon.out ...
+.B gprof [ \-abcsz ] [ \-e|\-E
+.I name
+.B ] [ \-f|\-F 
+.I name
+.B ] 
+.B [ \-k
+.I fromname toname
+.B ] [ 
+.I objfile
+.B [ 
+.I gmon.out
+.B ] 
+.B ] 
 .SH DESCRIPTION
 .B gprof
 produces an execution profile of C, Pascal, or Fortran77 programs.
@@ -85,7 +94,7 @@ suppresses the printing of statically declared functions.
 If this option is given, all relevant information about the static function
 (e.g., time samples, calls to other functions, calls from other functions)
 belongs to the function loaded just before the static function in the
-\&`a.out' file.
+\&`objfile' file.
 .TP
 .B \-b
 suppresses the printing of a description of each field in the profile.
@@ -178,7 +187,10 @@ the sum of the profile information in all the specified profile files.
 This summary profile file may be given to later
 executions of gprof (probably also with a
 .BR \-s  )
-to accumulate profile data across several runs of an `a.out' file.
+to accumulate profile data across several runs of an `objfile' file.
+.TP
+.B -v
+prints the version number for gprof, and then exits.
 .TP
 .B -z
 displays routines that have zero usage (as shown by call counts
This page took 0.023106 seconds and 4 git commands to generate.