Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c718 double thattime = that->propself + that->propchild; in membercmp() local
722 if (thistime > thattime) in membercmp()
725 if (thistime < thattime) in membercmp()
754 double thattime; in arccmp() local
828 thattime = thatp->arc_time + thatp->arc_childtime; in arccmp()
830 if (thistime < thattime) in arccmp()
833 if (thistime > thattime) in arccmp()