Home
last modified time | relevance | path

Searched refs:arc_time (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/gprof/
H A Dprintgprof.c332 arcp -> arc_time / hz , arcp -> arc_childtime / hz , in printparents()
365 arcp -> arc_time / hz , arcp -> arc_childtime / hz , in printchildren()
609 thisp -> arc_time , thisp -> arc_childtime , in arccmp()
616 thatp -> arc_time , thatp -> arc_childtime , in arccmp()
654 thistime = thisp -> arc_time + thisp -> arc_childtime; in arccmp()
655 thattime = thatp -> arc_time + thatp -> arc_childtime; in arccmp()
H A Darcs.c307 arcp -> arc_time = childp -> time in timepropagate()
313 share = arcp -> arc_time + arcp -> arc_childtime; in timepropagate()
323 arcp -> arc_time *= parentp -> propfraction; in timepropagate()
H A Dgprof.h91 double arc_time; /* time inherited along arc */ member