Lines Matching refs:children
173 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */
317 method->children[0] = NULL;
318 method->children[1] = NULL;
1315 TimedMethod *children = parent->children[parentIsRecursive];
1316 for (pTimed = children; pTimed; pTimed = pTimed->next) {
1331 pTimed->next = children;
1332 parent->children[parentIsRecursive] = pTimed;
1399 /* This prints the inclusive stats for all the parents or children of a
1570 printf("children, sorted by exclusive time.\n\n");
1634 for (child = method->children[0] ; child ; child = child->next) {
1648 for (child = method->children[0] ; child ; child = child->next) {
1652 // only visit children that haven't been visited before
1717 printf("\nInclusive elapsed times for each method and its parents and children,\n");
1777 /* Sort and print the children */
1778 printInclusiveMethod(method, method->children[0], 0, 0);
1779 if (method->children[1]) {
1781 printInclusiveMethod(method, method->children[1], 0,