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

/freebsd-9.3-release/usr.bin/gprof/
H A Darcs.c140 parentp -> propfraction = 0.0;
274 if ( parentp -> propfraction == 0.0 ) {
291 if ( childp -> propfraction == 0.0 ) {
323 * ( 1 - propfraction ) gets lost along the way
325 propshare = parentp -> propfraction * share;
330 arcp -> arc_time *= parentp -> propfraction;
331 arcp -> arc_childtime *= parentp -> propfraction;
400 cyclenlp -> propfraction = 0.0; /* what % of time propagates */
776 if ( childp -> propfraction == 0.0 ) {
778 * all members have the same propfraction excep
[all...]
H A Dgprof.h131 double propfraction; /* what % of time propagates */ member in struct:nl
H A Dprintgprof.c392 printf( "%5.2f%% " , selfp -> propfraction );

Completed in 63 milliseconds