Changeset 1973 for binutils/trunk/gprof/gprof.1
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/gprof/gprof.1 ¶
r970 r1973 134 134 .\" 135 135 .IX Title "GPROF 1" 136 .TH GPROF 1 "201 4-12-23" "binutils-2.25" "GNU"136 .TH GPROF 1 "2016-08-03" "binutils-2.27" "GNU" 137 137 .\" For nroff, turn off justification. Always turn off hyphenation; it makes 138 138 .\" way too many mistakes in technical documents. … … 143 143 .SH "SYNOPSIS" 144 144 .IX Header "SYNOPSIS" 145 gprof [ \-[abcDhilLrsTvwxyz] ] [ \-[ACeEfFJnNOpPqQZ][\fIname\fR] ] 145 gprof [ \-[abcDhilLrsTvwxyz] ] [ \-[ACeEfFJnNOpPqQZ][\fIname\fR] ] 146 146 [ \-I \fIdirs\fR ] [ \-d[\fInum\fR] ] [ \-k \fIfrom/to\fR ] 147 147 [ \-m \fImin-count\fR ] [ \-R \fImap_file\fR ] [ \-t \fItable-length\fR ] 148 [ \-\-[no\-]annotated\-source[=\fIname\fR] ] 148 [ \-\-[no\-]annotated\-source[=\fIname\fR] ] 149 149 [ \-\-[no\-]exec\-counts[=\fIname\fR] ] 150 150 [ \-\-[no\-]flat\-profile[=\fIname\fR] ] [ \-\-[no\-]graph[=\fIname\fR] ] 151 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ] 152 [ \-\-debug[=\fIlevel\fR] ] [ \-\-function\-ordering ] 151 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ] 152 [ \-\-debug[=\fIlevel\fR] ] [ \-\-function\-ordering ] 153 153 [ \-\-file\-ordering \fImap_file\fR ] [ \-\-directory\-path=\fIdirs\fR ] 154 154 [ \-\-display\-unused\-functions ] [ \-\-file\-format=\fIname\fR ] … … 163 163 .SH "DESCRIPTION" 164 164 .IX Header "DESCRIPTION" 165 \&\f(CW\*(C`gprof\*(C'\fR produces an execution profile of C, Pascal, or Fortran77 166 programs. The effect of called routines is incorporated in the profile 165 \&\f(CW\*(C`gprof\*(C'\fR produces an execution profile of C, Pascal, or Fortran77 166 programs. The effect of called routines is incorporated in the profile 167 167 of each caller. The profile data is taken from the call graph profile file 168 168 (\fIgmon.out\fR default) which is created by programs … … 170 170 \&\f(CW\*(C`cc\*(C'\fR, \f(CW\*(C`pc\*(C'\fR, and \f(CW\*(C`f77\*(C'\fR. 171 171 The \fB\-pg\fR option also links in versions of the library routines 172 that are compiled for profiling. \f(CW\*(C`Gprof\*(C'\fR reads the given object 172 that are compiled for profiling. \f(CW\*(C`Gprof\*(C'\fR reads the given object 173 173 file (the default is \f(CW\*(C`a.out\*(C'\fR) and establishes the relation between 174 174 its symbol table and the call graph profile from \fIgmon.out\fR. … … 474 474 These options control whether \*(C+ symbol names should be demangled when 475 475 printing output. The default is to demangle symbols. The 476 \&\f(CW\*(C`\-\-no\-demangle\*(C'\fR option may be used to turn off demangling. Different 477 compilers have different mangling styles. The optional demangling style 478 argument can be used to choose an appropriate demangling style for your 476 \&\f(CW\*(C`\-\-no\-demangle\*(C'\fR option may be used to turn off demangling. Different 477 compilers have different mangling styles. The optional demangling style 478 argument can be used to choose an appropriate demangling style for your 479 479 compiler. 480 480 .SS "Analysis Options" … … 598 598 .PD 599 599 The \fB\-S\fR option causes \f(CW\*(C`gprof\*(C'\fR to read an external symbol table 600 file, such as \fI/proc/kallsyms\fR, rather than read the symbol table 601 from the given object file (the default is \f(CW\*(C`a.out\*(C'\fR). This is useful 600 file, such as \fI/proc/kallsyms\fR, rather than read the symbol table 601 from the given object file (the default is \f(CW\*(C`a.out\*(C'\fR). This is useful 602 602 for profiling kernel modules. 603 603 .ie n .IP """\-z""" 4 … … 763 763 .SH "COPYRIGHT" 764 764 .IX Header "COPYRIGHT" 765 Copyright (c) 1988\-201 4Free Software Foundation, Inc.765 Copyright (c) 1988\-2016 Free Software Foundation, Inc. 766 766 .PP 767 767 Permission is granted to copy, distribute and/or modify this document
Note:
See TracChangeset
for help on using the changeset viewer.