Home | History | Annotate | Download | only in man1

Lines Matching full:profile

133 gprof \- display call graph profile data
141 [ \-\-[no\-]flat\-profile[=\fIname\fR] ] [ \-\-[no\-]graph[=\fIname\fR] ]
154 \&\f(CW\*(C`gprof\*(C'\fR produces an execution profile of C, Pascal, or Fortran77
155 programs. The effect of called routines is incorporated in the profile
156 of each caller. The profile data is taken from the call graph profile file
163 its symbol table and the call graph profile from \fIgmon.out\fR.
164 If more than one profile file is specified, the \f(CW\*(C`gprof\*(C'\fR
165 output shows the sum of the profile information in the given profile files.
174 The \fIflat profile\fR shows how much time your program spent in each function,
198 which prints a flat profile and call graph analysis
234 If the profile data file contains basic-block count records, specifying
246 about the profile data file(s) and then exit. The number of histogram,
291 .ie n .IP """\-\-flat\-profile[=\f(CIsymspec\f(CW]""" 4
292 .el .IP "\f(CW\-\-flat\-profile[=\f(CIsymspec\f(CW]\fR" 4
293 .IX Item "--flat-profile[=symspec]"
295 The \fB\-p\fR option causes \f(CW\*(C`gprof\*(C'\fR to print a flat profile.
296 If \fIsymspec\fR is specified, print flat profile only for matching symbols.
301 .ie n .IP """\-\-no\-flat\-profile[=\f(CIsymspec\f(CW]""" 4
302 .el .IP "\f(CW\-\-no\-flat\-profile[=\f(CIsymspec\f(CW]\fR" 4
303 .IX Item "--no-flat-profile[=symspec]"
305 The \fB\-P\fR option causes \f(CW\*(C`gprof\*(C'\fR to suppress printing a flat profile.
306 If \fIsymspec\fR is specified, \f(CW\*(C`gprof\*(C'\fR prints a flat profile,
485 This option affects both the flat profile and the call graph.
516 profile data on systems where it is supported (Solaris and \s-1HPUX\s0 for
583 functions in the flat profile, even those that were never called, and
615 Selects the format of the profile data files. Recognized formats are
627 in the profile data files it read in, and write out a profile data
629 the profile data files that \f(CW\*(C`gprof\*(C'\fR read in. The file \fIgmon.sum\fR
694 dynamic call graph and profile.
698 summarized dynamic call graph and profile.