Lines Matching refs:of

5           The sum of self and descendents is the major sort
10 index the index of the function in the call graph
13 %time the percentage of the total time of the program
17 self the number of seconds spent in this function
21 the number of seconds spent in the descendents of
22 this function on behalf of this function.
24 called the number of times this function is called (other
27 self the number of times this function calls itself
30 name the name of the function, with an indication of
33 index the index of the function in the call graph
40 self* the number of seconds of this function's self time
44 the number of seconds of this function's
48 called** the number of times this function is called by
49 this parent. This is the numerator of the
53 total* the number of times this function was called by
54 all of its parents. This is the denominator of
57 parents the name of this parent, with an indication of the
60 index the index of this parent in the call graph
67 self* the number of seconds of this child's self time
71 the number of seconds of this child's descendent's
75 called** the number of times this child is called by this
76 function. This is the numerator of the
79 total* the number of times this child is called by all
80 functions. This is the denominator of the
83 children the name of this child, and an indication of its
86 index the index of this child in the call graph listing,
93 the function (or child) is a member of a cycle,
95 represent the self time and descendent time of the
99 by a call count of 0.
106 the members of the cycle, and their contributions
107 to the time and call counts of the cycle.
111 Copying and distribution of this file, with or without modification,