Lines Matching refs:of

2           The sum of self and descendents is the major sort
7 index the index of the function in the call graph
10 %time the percentage of the total time of the program
14 self the number of seconds spent in this function
18 the number of seconds spent in the descendents of
19 this function on behalf of this function.
21 called the number of times this function is called (other
24 self the number of times this function calls itself
27 name the name of the function, with an indication of
30 index the index of the function in the call graph
37 self* the number of seconds of this function's self time
41 the number of seconds of this function's
45 called** the number of times this function is called by
46 this parent. This is the numerator of the
50 total* the number of times this function was called by
51 all of its parents. This is the denominator of
54 parents the name of this parent, with an indication of the
57 index the index of this parent in the call graph
64 self* the number of seconds of this child's self time
68 the number of seconds of this child's descendent's
72 called** the number of times this child is called by this
73 function. This is the numerator of the
76 total* the number of times this child is called by all
77 functions. This is the denominator of the
80 children the name of this child, and an indication of its
83 index the index of this child in the call graph listing,
90 the function (or child) is a member of a cycle,
92 represent the self time and descendent time of the
96 by a call count of 0.
103 the members of the cycle, and their contributions
104 to the time and call counts of the cycle.