Searched refs:propself (Results 1 – 3 of 3) sorted by relevance
254 100 * (np->propself + np->propchild) / printtime, in gprofline()255 np->propself / hz, np->propchild / hz); in gprofline()307 parentp->selfcalls == 0 && parentp->propself == 0 && in printgprof()364 diff = (np1->propself + np1->propchild) - in totalcmp()365 (np2->propself + np2->propchild); in totalcmp()638 100 * (cyclep->propself + cyclep->propchild) / printtime, in printcycle()639 cyclep -> propself / hz, cyclep -> propchild / hz, in printcycle()663 memberp->propself / hz, memberp->propchild / hz, in printmembers()717 double thistime = this->propself + this->propchild; in membercmp()718 double thattime = that->propself + that->propchild; in membercmp()
217 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()294 cyclenlp->propself = 0.0; /* how much self time */ in cyclelink()553 childp->propself = childp->time * childp->propfraction; in doflags()554 printtime += childp->propself; in doflags()563 childp->time, childp->propself, printtime); in doflags()597 parentp->propself = 0.0; in doarcs()
243 double propself; /* how much self time propagates */ member