[BACK]Return to gprof.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/gprof.1 between version 1.10 and 1.11

version 1.10, 1998/11/18 02:11:15 version 1.11, 1999/06/05 01:21:27
Line 36 
Line 36 
 .\"  .\"
 .Dd June 6, 1993  .Dd June 6, 1993
 .Dt GPROF 1  .Dt GPROF 1
 .Os BSD 4.2  .Os
 .Sh NAME  .Sh NAME
 .Nm gprof  .Nm gprof
 .Nd display call graph profile data  .Nd display call graph profile data
Line 121 
Line 121 
 .Ar count  .Ar count
 or more members.  or more members.
 Caution: the algorithm used to break cycles is exponential,  Caution: the algorithm used to break cycles is exponential,
 so using this option may cause  so using this option may cause
 .Nm gprof  .Nm gprof
 to run for a very long time.  to run for a very long time.
 .It Fl e Ar name  .It Fl e Ar name
 Suppresses the printing of the graph profile entry for routine  Suppresses the printing of the graph profile entry for routine
 .Ar name  .Ar name
 and all its descendants  and all its descendants
Line 137 
Line 137 
 may be given with each  may be given with each
 .Fl e  .Fl e
 option.  option.
 .It Fl E Ar name  .It Fl E Ar name
 Suppresses the printing of the graph profile entry for routine  Suppresses the printing of the graph profile entry for routine
 .Ar name  .Ar name
 (and its descendants) as  (and its descendants) as
Line 151 
Line 151 
 .Fl E  .Fl E
 .Ar mcleanup  .Ar mcleanup
 is the default.)  is the default.)
 .It Fl f Ar name  .It Fl f Ar name
 Prints the graph profile entry of only the specified routine  Prints the graph profile entry of only the specified routine
 .Ar name  .Ar name
 and its descendants.  and its descendants.
Line 163 
Line 163 
 may be given with each  may be given with each
 .Fl f  .Fl f
 option.  option.
 .It Fl F Ar name  .It Fl F Ar name
 Prints the graph profile entry of only the routine  Prints the graph profile entry of only the routine
 .Ar name  .Ar name
 and its descendants (as  and its descendants (as
Line 185 
Line 185 
 the  the
 .Fl E  .Fl E
 option.  option.
 .It Fl k Ar fromname Ar toname  .It Fl k Ar fromname Ar toname
 Will delete any arcs from routine  Will delete any arcs from routine
 .Ar fromname  .Ar fromname
 to routine  to routine

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11