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

/freebsd-10.0-release/usr.bin/gprof/
H A Dprintgprof.c571 double thattime = that -> propself + that -> propchild; local
575 if ( thistime > thattime ) {
578 if ( thistime < thattime ) {
606 double thattime; local
661 thattime = thatp -> arc_time + thatp -> arc_childtime;
662 if ( thistime < thattime )
664 if ( thistime > thattime )

Completed in 74 milliseconds