Searched refs:propself (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 ,
202 np -> propself / hz ,
234 parentp -> propself == 0 &&
276 diff = ( np1 -> propself + np1 -> propchild )
277 - ( np2 -> propself + np2 -> propchild );
502 100 * ( cyclep -> propself + cyclep -> propchild ) / printtime ,
503 cyclep -> propself / hz ,
527 "" , "" , memberp -> propself / hz , memberp -> propchild / hz ,
571 * major sort is on propself + propchild,
579 double thistime = this -> propself
[all...]
H A Dgprof.h132 double propself; /* how much self time propagates */ member in struct:nl
H A Darcs.c141 parentp -> propself = 0.0;
234 * Now, sort by propself + propchild.
401 cyclenlp -> propself = 0.0; /* how much self time propagates */
785 cyclenlp -> propself = cyclenlp -> propfraction * cyclenlp -> time;
869 childp -> propself = childp -> time * childp -> propfraction;
870 printtime += childp -> propself;
877 printf( "time %f propself %f printtime %f\n" ,
878 childp -> time , childp -> propself , printtime );

Completed in 134 milliseconds