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

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

Completed in 39 milliseconds