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

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

Completed in 111 milliseconds