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

/freebsd-10.3-release/usr.bin/gprof/
H A Dprintgprof.c133 np -> childtime == 0 ) {
147 1e9 * ( np -> time + np -> childtime ) / hz / np -> ncall );
151 1e6 * ( np -> time + np -> childtime ) / hz / np -> ncall );
155 1000 * ( np -> time + np -> childtime ) / hz / np -> ncall );
156 } else if ( np -> time != 0 || np -> childtime != 0 ) {
158 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;
316 arcp -> arc_childtime = childp -> childtime
320 parentp -> childtime += share;
335 parentp -> cyclehead -> childtime += share;
343 childp -> time , childp -> childtime ,
396 cyclenlp -> childtime = 0.0; /* cumulative ticks in children */
/freebsd-10.3-release/sys/dev/hyperv/utilities/
H A Dhv_util.c106 uint64_t childtime; member in struct:hv_ictimesync_data

Completed in 88 milliseconds