Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dprintgprof.c565 double thattime = that -> propself + that -> propchild; in membercmp() local
569 if ( thistime > thattime ) { in membercmp()
572 if ( thistime < thattime ) { in membercmp()
600 double thattime; in arccmp() local
655 thattime = thatp -> arc_time + thatp -> arc_childtime; in arccmp()
656 if ( thistime < thattime ) in arccmp()
658 if ( thistime > thattime ) in arccmp()