Lines Matching full:bar
28 void bar(void) {
34 bar()
39 In this case 'foo' is a child of 'bar', and 'bar' is an immediate
41 'main' is a parent of 'foo' and 'bar', and 'bar' is a parent of 'foo'.
43 Suppose all samples are recorded in 'foo' and 'bar' only. When it's
53 bar
57 40.00% bar
59 --- bar
65 child functions (i.e. 'foo' and 'bar') are added to the parents to
81 100.00% 40.00% bar
83 --- bar
90 bar
96 'children' overhead of 'bar', 'main' and '\_\_libc_start_main'.
97 Likewise, the 'self' overhead of 'bar' (40%) was added to the
102 overhead) and they are the parents of 'foo' and 'bar'.