Searched refs:child_time (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dcg_arcs.h17 double child_time; /* child-time inherited along arc */ member in struct:arc
H A Dsymtab.h79 double child_time; /* Cumulative ticks in children. */
78 double child_time; /* Cumulative ticks in children. */ member in struct:sym::__anon3327
H A Dcg_arcs.c212 arc->child_time = child->cg.child_time
214 share = arc->time + arc->child_time;
215 parent->cg.child_time += share;
223 arc->child_time *= parent->cg.prop.fract;
228 parent->cg.cyc.head->cg.child_time += share;
235 child->cg.child_time, arc->count, child->ncalls);
606 parent->cg.child_time = 0.0;
H A Dcg_print.c219 time + child_time as major key
236 printf (" %f + %f %lu/%lu\n", left->time, left->child_time,
242 printf (" %f + %f %lu/%lu\n", right->time, right->child_time,
287 left_time = left->time + left->child_time;
288 right_time = right->time + right->child_time;
386 arc->time / hz, arc->child_time / hz,
458 arc->time / hz, arc->child_time / hz,
H A Dhist.c519 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls);
621 call_time = (sym->hist.time + sym->cg.child_time) / sym->ncalls;
H A Dsymtab.c46 sym->cg.child_time = 0.0;

Completed in 158 milliseconds