[BACK]Return to printgprof.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/printgprof.c between version 1.5 and 1.6

version 1.5, 2001/11/19 19:02:14 version 1.6, 2002/03/25 16:30:55
Line 371 
Line 371 
             if ( debug & PROPDEBUG ) {              if ( debug & PROPDEBUG ) {
                 printf( "%5.2f%% " , selfp -> propfraction );                  printf( "%5.2f%% " , selfp -> propfraction );
             }              }
 #       endif DEBUG  #       endif /* DEBUG */
     }      }
     if ( selfp -> cycleno != 0 ) {      if ( selfp -> cycleno != 0 ) {
         printf( " <cycle %d>" , selfp -> cycleno );          printf( " <cycle %d>" , selfp -> cycleno );
Line 601 
Line 601 
                     thatp -> arc_count , thatchildp -> ncall );                      thatp -> arc_count , thatchildp -> ncall );
             printf( "\n" );              printf( "\n" );
         }          }
 #   endif DEBUG  #   endif /* DEBUG */
     if ( thisparentp == thischildp ) {      if ( thisparentp == thischildp ) {
             /* this is a self call */              /* this is a self call */
         return LESSTHAN;          return LESSTHAN;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6