Searched refs:propchild (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c201 100 * ( np -> propself + np -> propchild ) / printtime ,
203 np -> propchild / hz );
235 parentp -> propchild == 0 ) {
276 diff = ( np1 -> propself + np1 -> propchild )
277 - ( np2 -> propself + np2 -> propchild );
502 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime ,
504 cyclep -> propchild / hz ,
527 "" , "" , memberp -> propself / hz , memberp -> propchild / hz ,
571 * major sort is on propself + propchild,
579 double thistime = this -> propself + this -> propchild;
[all...]
H A Dgprof.h133 double propchild; /* how much child time propagates */ member in struct:nl
H A Darcs.c142 parentp -> propchild = 0.0;
234 * Now, sort by propself + propchild.
329 parentp -> propchild += propshare;
337 parentp -> cyclehead -> propchild += propshare;
402 cyclenlp -> propchild = 0.0; /* how much child time propagates */

Completed in 101 milliseconds