Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c433 "", arcp->arc_time / hz, arcp->arc_childtime / hz, in printparents()
477 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
483 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
763 thisp->arc_childtime, thisp->arc_count, in arccmp()
770 thatp->arc_childtime, thatp->arc_count, in arccmp()
827 thistime = thisp->arc_time + thisp->arc_childtime; in arccmp()
828 thattime = thatp->arc_time + thatp->arc_childtime; in arccmp()
H A Darcs.c160 arcp->arc_childtime = childp->childtime in timepropagate()
163 share = arcp->arc_time + arcp->arc_childtime; in timepropagate()
174 arcp->arc_childtime *= parentp->propfraction; in timepropagate()
H A Dgprof.h163 double arc_childtime; /* childtime inherited along arc */ member