Lines Matching refs:function
3 the total amount of time spent in each function and its children.
6 index number at the left hand margin lists the current function.
7 The lines above it list the functions that called this function,
12 The index number is printed next to every function name so
13 it is easier to look up where the function is in the table.
16 in this function and its children. Note that due to
20 self This is the total amount of time spent in this function.
23 function by its children.
25 called This is the number of times the function was called.
26 If the function called itself recursively, the number
30 name The name of the current function. The index number is
31 printed after it. If the function is a member of a
33 function's name and the index number.
36 For the function's parents, the fields have the following meanings:
39 from the function into this parent.
42 the function's children into this parent.
45 function `/' the total number of times the function
46 was called. Recursive calls to the function are not
54 If the parents of the function cannot be determined, the word
58 For the function's children, the fields have the following meanings:
61 from the child into the function.
64 child's children to the function.
66 called This is the number of times the function called
79 The `+' recursive calls entry shows the number of function calls that