OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gprof/] [bsd_callg_bl.m] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
 
 
 
 
 
 
call graph profile:
call graph profile:
          The sum of self and descendents is the major sort
          The sum of self and descendents is the major sort
          for this listing.
          for this listing.
 
 
          function entries:
          function entries:
 
 
index     the index of the function in the call graph
index     the index of the function in the call graph
          listing, as an aid to locating it (see below).
          listing, as an aid to locating it (see below).
 
 
%time     the percentage of the total time of the program
%time     the percentage of the total time of the program
          accounted for by this function and its
          accounted for by this function and its
          descendents.
          descendents.
 
 
self      the number of seconds spent in this function
self      the number of seconds spent in this function
          itself.
          itself.
 
 
descendents
descendents
          the number of seconds spent in the descendents of
          the number of seconds spent in the descendents of
          this function on behalf of this function.
          this function on behalf of this function.
 
 
called    the number of times this function is called (other
called    the number of times this function is called (other
          than recursive calls).
          than recursive calls).
 
 
self      the number of times this function calls itself
self      the number of times this function calls itself
          recursively.
          recursively.
 
 
name      the name of the function, with an indication of
name      the name of the function, with an indication of
          its membership in a cycle, if any.
          its membership in a cycle, if any.
 
 
index     the index of the function in the call graph
index     the index of the function in the call graph
          listing, as an aid to locating it.
          listing, as an aid to locating it.
 
 
 
 
 
 
          parent listings:
          parent listings:
 
 
self*     the number of seconds of this function's self time
self*     the number of seconds of this function's self time
          which is due to calls from this parent.
          which is due to calls from this parent.
 
 
descendents*
descendents*
          the number of seconds of this function's
          the number of seconds of this function's
          descendent time which is due to calls from this
          descendent time which is due to calls from this
          parent.
          parent.
 
 
called**  the number of times this function is called by
called**  the number of times this function is called by
          this parent.  This is the numerator of the
          this parent.  This is the numerator of the
          fraction which divides up the function's time to
          fraction which divides up the function's time to
          its parents.
          its parents.
 
 
total*    the number of times this function was called by
total*    the number of times this function was called by
          all of its parents.  This is the denominator of
          all of its parents.  This is the denominator of
          the propagation fraction.
          the propagation fraction.
 
 
parents   the name of this parent, with an indication of the
parents   the name of this parent, with an indication of the
          parent's membership in a cycle, if any.
          parent's membership in a cycle, if any.
 
 
index     the index of this parent in the call graph
index     the index of this parent in the call graph
          listing, as an aid in locating it.
          listing, as an aid in locating it.
 
 
 
 
 
 
          children listings:
          children listings:
 
 
self*     the number of seconds of this child's self time
self*     the number of seconds of this child's self time
          which is due to being called by this function.
          which is due to being called by this function.
 
 
descendent*
descendent*
          the number of seconds of this child's descendent's
          the number of seconds of this child's descendent's
          time which is due to being called by this
          time which is due to being called by this
          function.
          function.
 
 
called**  the number of times this child is called by this
called**  the number of times this child is called by this
          function.  This is the numerator of the
          function.  This is the numerator of the
          propagation fraction for this child.
          propagation fraction for this child.
 
 
total*    the number of times this child is called by all
total*    the number of times this child is called by all
          functions.  This is the denominator of the
          functions.  This is the denominator of the
          propagation fraction.
          propagation fraction.
 
 
children  the name of this child, and an indication of its
children  the name of this child, and an indication of its
          membership in a cycle, if any.
          membership in a cycle, if any.
 
 
index     the index of this child in the call graph listing,
index     the index of this child in the call graph listing,
          as an aid to locating it.
          as an aid to locating it.
 
 
 
 
 
 
          * these fields are omitted for parents (or
          * these fields are omitted for parents (or
          children) in the same cycle as the function.  If
          children) in the same cycle as the function.  If
          the function (or child) is a member of a cycle,
          the function (or child) is a member of a cycle,
          the propagated times and propagation denominator
          the propagated times and propagation denominator
          represent the self time and descendent time of the
          represent the self time and descendent time of the
          cycle as a whole.
          cycle as a whole.
 
 
          ** static-only parents and children are indicated
          ** static-only parents and children are indicated
          by a call count of 0.
          by a call count of 0.
 
 
 
 
 
 
          cycle listings:
          cycle listings:
          the cycle as a whole is listed with the same
          the cycle as a whole is listed with the same
          fields as a function entry.  Below it are listed
          fields as a function entry.  Below it are listed
          the members of the cycle, and their contributions
          the members of the cycle, and their contributions
          to the time and call counts of the cycle.
          to the time and call counts of the cycle.


 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.