Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dprintgprof.c564 double thistime = this -> propself + this -> propchild; in membercmp() local
569 if ( thistime > thattime ) { in membercmp()
572 if ( thistime < thattime ) { in membercmp()
599 double thistime; in arccmp() local
654 thistime = thisp -> arc_time + thisp -> arc_childtime; in arccmp()
656 if ( thistime < thattime ) in arccmp()
658 if ( thistime > thattime ) in arccmp()