Home
last modified time | relevance | path

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

/src/usr.bin/gprof/
H A Dprintgprof.c197 100 * ( np -> propself + np -> propchild ) / printtime , in gprofline()
198 np -> propself / hz , in gprofline()
229 parentp -> propself == 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()
492 cyclep -> propself / 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()
H A Darcs.c135 parentp -> propself = 0.0; in doarcs()
394 cyclenlp -> propself = 0.0; /* how much self time propagates */ in cyclelink()
772 cyclenlp -> propself = cyclenlp -> propfraction * cyclenlp -> time; in cycletime()
856 childp -> propself = childp -> time * childp -> propfraction; in doflags()
857 printtime += childp -> propself; in doflags()
865 childp -> time , childp -> propself , printtime ); in doflags()
H A Dgprof.h122 double propself; /* how much self time propagates */ member