Searched refs:propchild (Results 1 – 3 of 3) sorted by relevance
203 100 * ( np -> propself + np -> propchild ) / printtime , in gprofline()205 np -> propchild / hz ); in gprofline()236 parentp -> propchild == 0 ) { in printgprof()277 diff = ( np1 -> propself + np1 -> propchild ) in totalcmp()278 - ( np2 -> propself + np2 -> propchild ); in totalcmp()497 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime , in printcycle()499 cyclep -> propchild / hz , in printcycle()521 "" , "" , memberp -> propself / hz , memberp -> propchild / hz , in printmembers()570 double thistime = this -> propself + this -> propchild; in membercmp()571 double thattime = that -> propself + that -> propchild; in membercmp()
142 parentp -> propchild = 0.0; in doarcs()328 parentp -> propchild += propshare; in timepropagate()336 parentp -> cyclehead -> propchild += propshare; in timepropagate()401 cyclenlp -> propchild = 0.0; /* how much child time propagates */ in cyclelink()
133 double propchild; /* how much child time propagates */ member