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

Diff for /src/usr.bin/gprof/gprof.h between version 1.15 and 1.16

version 1.15, 2015/11/16 17:43:17 version 1.16, 2015/12/06 23:22:51
Line 282 
Line 282 
 void            sortmembers(nltype *);  void            sortmembers(nltype *);
 void            sortparents(nltype *);  void            sortparents(nltype *);
 void            tally(struct rawarc *);  void            tally(struct rawarc *);
 int             timecmp(nltype **, nltype **);  int             timecmp(const void *, const void *);
 void            timepropagate(nltype *);  void            timepropagate(nltype *);
 int             topcmp(nltype **, nltype **);  int             topcmp(const void *, const void *);
 int             totalcmp(nltype **, nltype **);  int             totalcmp(const void *, const void *);
   
 #define LESSTHAN        -1  #define LESSTHAN        -1
 #define EQUALTO         0  #define EQUALTO         0

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16