Searched defs:thatp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c747 arccmp(arctype *thisp, arctype *thatp) argument
751 nltype *thatparentp = thatp->arc_parentp;
752 nltype *thatchildp = thatp->arc_childp;
769 (void) printf(" %f + %f %lld/%lld\n", thatp->arc_time,
770 thatp->arc_childtime, thatp->arc_count,
800 if (thisp->arc_count < thatp->arc_count)
803 if (thisp->arc_count > thatp->arc_count)
828 thattime = thatp->arc_time + thatp
[all...]

Completed in 318 milliseconds