Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c255 100 * (np->propself + np->propchild) / printtime, in gprofline()
256 np->propself / hz, np->propchild / hz); in gprofline()
309 parentp -> propchild == 0) in printgprof()
365 diff = (np1->propself + np1->propchild) - in totalcmp()
366 (np2->propself + np2->propchild); in totalcmp()
643 100 * (cyclep->propself + cyclep->propchild) / printtime, in printcycle()
644 cyclep -> propself / hz, cyclep -> propchild / hz, in printcycle()
668 memberp->propself / hz, memberp->propchild / hz, in printmembers()
724 double thistime = this->propself + this->propchild; in membercmp()
725 double thattime = that->propself + that->propchild; in membercmp()
H A Darcs.c175 parentp->propchild += propshare; in timepropagate()
183 parentp->cyclehead->propchild += propshare; in timepropagate()
299 cyclenlp->propchild = 0.0; /* how much of child */ in cyclelink()
603 parentp->propchild = 0.0; in doarcs()
H A Dgprof.h240 double propchild; /* how much child time propagates */ member