Lines Matching refs:children
184 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */
361 method->children[0] = NULL;
362 method->children[1] = NULL;
1391 TimedMethod *children = parent->children[parentIsRecursive];
1392 for (pTimed = children; pTimed; pTimed = pTimed->next) {
1407 pTimed->next = children;
1408 parent->children[parentIsRecursive] = pTimed;
1475 /* This prints the inclusive stats for all the parents or children of a
1648 printf("children, sorted by exclusive time.\n\n");
1712 for (child = method->children[0] ; child ; child = child->next) {
1726 for (child = method->children[0] ; child ; child = child->next) {
1730 // only visit children that haven't been visited before
1793 printf("\nInclusive elapsed times for each method and its parents and children,\n");
1853 /* Sort and print the children */
1854 printInclusiveMethod(method, method->children[0], 0, 0);
1855 if (method->children[1]) {
1857 printInclusiveMethod(method, method->children[1], 0,