Searched refs:arc_time (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.h101 double arc_time; /* time inherited along arc */ member in struct:arcstruct
H A Darcs.c314 arcp -> arc_time = childp -> time
320 share = arcp -> arc_time + arcp -> arc_childtime;
330 arcp -> arc_time *= parentp -> propfraction;

Completed in 58 milliseconds