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

/freebsd-10.3-release/usr.bin/gprof/
H A Darcs.c140 parentp -> propfraction = 0.0;
273 if ( parentp -> propfraction == 0.0 ) {
290 if ( childp -> propfraction == 0.0 ) {
322 * ( 1 - propfraction ) gets lost along the way
324 propshare = parentp -> propfraction * share;
329 arcp -> arc_time *= parentp -> propfraction;
330 arcp -> arc_childtime *= parentp -> propfraction;
399 cyclenlp -> propfraction = 0.0; /* what % of time propagates */
769 if ( childp -> propfraction == 0.0 ) {
771 * 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.c390 printf( "%5.2f%% " , selfp -> propfraction );

Completed in 100 milliseconds