Home
last modified time | relevance | path

Searched refs:childtime (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c163 arcp->arc_childtime = childp->childtime in timepropagate()
167 parentp->childtime += share; in timepropagate()
182 parentp->cyclehead->childtime += share; in timepropagate()
190 childp->time, childp->childtime, in timepropagate()
289 cyclenlp->childtime = 0.0; /* cumulative ticks */ in cyclelink()
593 parentp->childtime = 0.0; in doarcs()
H A Dgprof.h235 double childtime; /* cumulative ticks in children */ member
H A Dprintgprof.c188 1000 * (np->time + np->childtime) / hz / np->ncall); in flatprofline()