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

/haiku-buildtools/legacy/binutils/gprof/
H A Dcg_arcs.h17 double child_time; /* child-time inherited along arc */ member in struct:arc
H A Dsymtab.h78 double child_time; /* Cumulative ticks in children. */
77 double child_time; /* Cumulative ticks in children. */ member in struct:sym::__anon2641
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);
609 parent->cg.child_time = 0.0;
H A Dhist.c410 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls);
510 time = (sym->hist.time + sym->cg.child_time) / sym->ncalls;
H A Dcg_print.c218 time + child_time as major key
235 printf (" %f + %f %lu/%lu\n", left->time, left->child_time,
241 printf (" %f + %f %lu/%lu\n", right->time, right->child_time,
286 left_time = left->time + left->child_time;
287 right_time = right->time + right->child_time;
385 arc->time / hz, arc->child_time / hz,
457 arc->time / hz, arc->child_time / hz,
H A Dsymtab.c45 sym->cg.child_time = 0.0;
/haiku-buildtools/binutils/gprof/
H A Dcg_arcs.h37 double child_time; /* child-time inherited along arc */
36 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::__anon599
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.c222 time + child_time as major key
239 printf (" %f + %f %lu/%lu\n", left->time, left->child_time,
245 printf (" %f + %f %lu/%lu\n", right->time, right->child_time,
290 left_time = left->time + left->child_time;
291 right_time = right->time + right->child_time;
389 arc->time / hz, arc->child_time / hz,
461 arc->time / hz, arc->child_time / hz,
H A Dsymtab.c45 sym->cg.child_time = 0.0;
H A Dhist.c521 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls);
623 call_time = (sym->hist.time + sym->cg.child_time) / sym->ncalls;

Completed in 80 milliseconds