Lines Matching refs:function
5 function entries:
7 index the index of the function in the call graph listing, as an aid to
10 function and its descendents.
11 self the number of seconds spent in this function itself.
13 the number of seconds spent in the descendents of this function on
14 behalf of this function.
15 called the number of times this function is called (other than recursive
17 self the number of times this function calls itself recursively.
18 name the name of the function, with an indication of its membership in
24 self* the number of seconds of this function's self time which is due to
27 the number of seconds of this function's descendent time which is due
29 called** the number of times this function is called by this parent. This is
30 the numerator of the fraction which divides up the function's time to
32 total* the number of times this function was called by all of its parents.
41 called by this function.
44 to being called by this function.
45 called** the number of times this child is called by this function. This is
54 function. If the function (or child) is a member of a cycle, the propagated
61 the cycle as a whole is listed with the same fields as a function