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

/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c130 np -> childtime == 0 ) {
144 1e9 * ( np -> time + np -> childtime ) / hz / np -> ncall );
148 1e6 * ( np -> time + np -> childtime ) / hz / np -> ncall );
152 1000 * ( np -> time + np -> childtime ) / hz / np -> ncall );
153 } else if ( np -> time != 0 || np -> childtime != 0 ) {
155 100 * np -> time / ( np -> time + np -> childtime ) , "" );
H A Dgprof.h102 double arc_childtime; /* childtime inherited along arc */
127 double childtime; /* cumulative ticks in children */ member in struct:nl
H A Darcs.c131 parentp -> childtime = 0.0;
317 arcp -> arc_childtime = childp -> childtime
321 parentp -> childtime += share;
336 parentp -> cyclehead -> childtime += share;
344 childp -> time , childp -> childtime ,
397 cyclenlp -> childtime = 0.0; /* cumulative ticks in children */

Completed in 102 milliseconds