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

/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c338 arcp -> arc_time / hz , arcp -> arc_childtime / hz ,
372 arcp -> arc_time / hz , arcp -> arc_childtime / hz ,
604 * arc_time + arc_childtime as major key
626 thisp -> arc_time , thisp -> arc_childtime ,
633 thatp -> arc_time , thatp -> arc_childtime ,
671 thistime = thisp -> arc_time + thisp -> arc_childtime;
672 thattime = thatp -> arc_time + thatp -> arc_childtime;
H A Dgprof.h102 double arc_childtime; /* childtime inherited along arc */ member in struct:arcstruct
H A Darcs.c317 arcp -> arc_childtime = childp -> childtime
320 share = arcp -> arc_time + arcp -> arc_childtime;
331 arcp -> arc_childtime *= parentp -> propfraction;

Completed in 105 milliseconds