[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.21 and 1.22

version 1.21, 2010/05/25 06:43:56 version 1.22, 2011/12/23 17:00:47
Line 84 
Line 84 
 of the cycle.  of the cycle.
 The first listing shows the functions  The first listing shows the functions
 sorted according to the time they represent  sorted according to the time they represent
 including the time of their call graph descendents.  including the time of their call graph descendants.
 Below each function entry is shown its (direct) call graph children,  Below each function entry is shown its (direct) call graph children,
 and how their times are propagated to this function.  and how their times are propagated to this function.
 A similar display above the function shows how this function's time and the  A similar display above the function shows how this function's time and the
 time of its descendents is propagated to its (direct) call graph parents.  time of its descendants is propagated to its (direct) call graph parents.
 .Pp  .Pp
 Cycles are also shown, with an entry for the cycle as a whole and  Cycles are also shown, with an entry for the cycle as a whole and
 a listing of the members of the cycle and their contributions to the  a listing of the members of the cycle and their contributions to the
Line 100 
Line 100 
 This listing gives the total execution times, the call counts,  This listing gives the total execution times, the call counts,
 the time in milliseconds the call spent in the routine itself, and  the time in milliseconds the call spent in the routine itself, and
 the time in milliseconds the call spent in the routine itself including  the time in milliseconds the call spent in the routine itself including
 its descendents.  its descendants.
 .Pp  .Pp
 Finally, an index of the function names is provided.  Finally, an index of the function names is provided.
 .Pp  .Pp

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22