aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.1
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/gprof.1')
-rw-r--r--gprof/gprof.117
1 files changed, 13 insertions, 4 deletions
diff --git a/gprof/gprof.1 b/gprof/gprof.1
index 7df46e6..5dc48ce 100644
--- a/gprof/gprof.1
+++ b/gprof/gprof.1
@@ -21,10 +21,19 @@
.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 a.out
+.B [
+.I gmon.out
+.B ]
+.B ]
.SH DESCRIPTION
.B gprof
produces an execution profile of C, Pascal, or Fortran77 programs.