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

/freebsd-10.3-release/usr.bin/gprof/
H A Dprintgprof.c338 arcp -> arc_time / hz , arcp -> arc_childtime / hz ,
371 arcp -> arc_time / hz , arcp -> arc_childtime / hz ,
595 * arc_time + arc_childtime as major key
615 thisp -> arc_time , thisp -> arc_childtime ,
622 thatp -> arc_time , thatp -> arc_childtime ,
660 thistime = thisp -> arc_time + thisp -> arc_childtime;
661 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.c316 arcp -> arc_childtime = childp -> childtime
319 share = arcp -> arc_time + arcp -> arc_childtime;
330 arcp -> arc_childtime *= parentp -> propfraction;

Completed in 118 milliseconds