Searched refs:propchild (Results 1 – 3 of 3) sorted by relevance
197 100 * ( np -> propself + np -> propchild ) / printtime , in gprofline()199 np -> propchild / hz ); in gprofline()230 parentp -> propchild == 0 ) { in printgprof()271 diff = ( np1 -> propself + np1 -> propchild ) in totalcmp()272 - ( np2 -> propself + np2 -> propchild ); in totalcmp()491 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime , in printcycle()493 cyclep -> propchild / hz , in printcycle()515 "" , "" , memberp -> propself / hz , memberp -> propchild / hz , in printmembers()564 double thistime = this -> propself + this -> propchild; in membercmp()565 double thattime = that -> propself + that -> propchild; in membercmp()
136 parentp -> propchild = 0.0; in doarcs()322 parentp -> propchild += propshare; in timepropagate()330 parentp -> cyclehead -> propchild += propshare; in timepropagate()395 cyclenlp -> propchild = 0.0; /* how much child time propagates */ in cyclelink()
123 double propchild; /* how much child time propagates */ member