Home
last modified time | relevance | path

Searched refs:propself (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()
308 parentp->selfcalls == 0 && parentp->propself == 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.c220 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()
297 cyclenlp->propself = 0.0; /* how much self time */ in cyclelink()
558 childp->propself = childp->time * childp->propfraction; in doflags()
559 printtime += childp->propself; in doflags()
568 childp->time, childp->propself, printtime); in doflags()
602 parentp->propself = 0.0; in doarcs()
H A Dgprof.h239 double propself; /* how much self time propagates */ member