Searched refs:arc_childtime (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | printgprof.c | 434 "", arcp->arc_time / hz, arcp->arc_childtime / hz, in printparents() 478 arcp->arc_childtime / hz, arcp->arc_count, in printchildren() 484 arcp->arc_childtime / hz, arcp->arc_count, in printchildren() 770 thisp->arc_childtime, thisp->arc_count, in arccmp() 777 thatp->arc_childtime, thatp->arc_count, in arccmp() 834 thistime = thisp->arc_time + thisp->arc_childtime; in arccmp() 835 thattime = thatp->arc_time + thatp->arc_childtime; in arccmp()
|
H A D | arcs.c | 163 arcp->arc_childtime = childp->childtime in timepropagate() 166 share = arcp->arc_time + arcp->arc_childtime; in timepropagate() 177 arcp->arc_childtime *= parentp->propfraction; in timepropagate()
|
H A D | gprof.h | 161 double arc_childtime; /* childtime inherited along arc */ member
|