11590Srgrimes
21590Srgrimes
31590Srgrimes
41590Srgrimescall graph profile:
51590Srgrimes          The sum of self and descendents is the major sort
61590Srgrimes          for this listing.
71590Srgrimes
81590Srgrimes          function entries:
91590Srgrimes
101590Srgrimesindex     the index of the function in the call graph
111590Srgrimes          listing, as an aid to locating it (see below).
121590Srgrimes
131590Srgrimes%time     the percentage of the total time of the program
141590Srgrimes          accounted for by this function and its
151590Srgrimes          descendents.
161590Srgrimes
171590Srgrimesself      the number of seconds spent in this function
181590Srgrimes          itself.
191590Srgrimes
201590Srgrimesdescendents
211590Srgrimes          the number of seconds spent in the descendents of
221590Srgrimes          this function on behalf of this function.
231590Srgrimes
241590Srgrimescalled    the number of times this function is called (other
251590Srgrimes          than recursive calls).
261590Srgrimes
271590Srgrimesself      the number of times this function calls itself
281590Srgrimes          recursively.
291590Srgrimes
301590Srgrimesname      the name of the function, with an indication of
311590Srgrimes          its membership in a cycle, if any.
321590Srgrimes
331590Srgrimesindex     the index of the function in the call graph
341590Srgrimes          listing, as an aid to locating it.
351590Srgrimes
361590Srgrimes
371590Srgrimes
381590Srgrimes          parent listings:
391590Srgrimes
401590Srgrimesself*     the number of seconds of this function's self time
411590Srgrimes          which is due to calls from this parent.
421590Srgrimes
431590Srgrimesdescendents*
441590Srgrimes          the number of seconds of this function's
451590Srgrimes          descendent time which is due to calls from this
461590Srgrimes          parent.
471590Srgrimes
481590Srgrimescalled**  the number of times this function is called by
491590Srgrimes          this parent.  This is the numerator of the
501590Srgrimes          fraction which divides up the function's time to
511590Srgrimes          its parents.
521590Srgrimes
531590Srgrimestotal*    the number of times this function was called by
541590Srgrimes          all of its parents.  This is the denominator of
551590Srgrimes          the propagation fraction.
561590Srgrimes
571590Srgrimesparents   the name of this parent, with an indication of the
581590Srgrimes          parent's membership in a cycle, if any.
591590Srgrimes
601590Srgrimesindex     the index of this parent in the call graph
611590Srgrimes          listing, as an aid in locating it.
621590Srgrimes
631590Srgrimes
641590Srgrimes
651590Srgrimes          children listings:
661590Srgrimes
671590Srgrimesself*     the number of seconds of this child's self time
681590Srgrimes          which is due to being called by this function.
691590Srgrimes
701590Srgrimesdescendent*
711590Srgrimes          the number of seconds of this child's descendent's
721590Srgrimes          time which is due to being called by this
731590Srgrimes          function.
741590Srgrimes
751590Srgrimescalled**  the number of times this child is called by this
761590Srgrimes          function.  This is the numerator of the
771590Srgrimes          propagation fraction for this child.
781590Srgrimes
791590Srgrimestotal*    the number of times this child is called by all
801590Srgrimes          functions.  This is the denominator of the
811590Srgrimes          propagation fraction.
821590Srgrimes
831590Srgrimeschildren  the name of this child, and an indication of its
841590Srgrimes          membership in a cycle, if any.
851590Srgrimes
861590Srgrimesindex     the index of this child in the call graph listing,
871590Srgrimes          as an aid to locating it.
881590Srgrimes
891590Srgrimes
901590Srgrimes
911590Srgrimes          * these fields are omitted for parents (or
921590Srgrimes          children) in the same cycle as the function.  If
931590Srgrimes          the function (or child) is a member of a cycle,
941590Srgrimes          the propagated times and propagation denominator
951590Srgrimes          represent the self time and descendent time of the
961590Srgrimes          cycle as a whole.
971590Srgrimes
981590Srgrimes          ** static-only parents and children are indicated
991590Srgrimes          by a call count of 0.
1001590Srgrimes
1011590Srgrimes
1021590Srgrimes
1031590Srgrimes          cycle listings:
1041590Srgrimes          the cycle as a whole is listed with the same
1051590Srgrimes          fields as a function entry.  Below it are listed
1061590Srgrimes          the members of the cycle, and their contributions
1071590Srgrimes          to the time and call counts of the cycle.
1081590Srgrimes
109