[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.9 and 1.10

version 1.9, 2003/06/03 02:56:08 version 1.10, 2004/07/20 08:45:29
Line 184 
Line 184 
   
 unsigned long   s_lowpc;        /* lowpc from the profile file */  unsigned long   s_lowpc;        /* lowpc from the profile file */
 unsigned long   s_highpc;       /* highpc from the profile file */  unsigned long   s_highpc;       /* highpc from the profile file */
 unsigned lowpc, highpc;         /* range profiled, in UNIT's */  unsigned long   lowpc, highpc;  /* range profiled, in UNIT's */
 unsigned sampbytes;             /* number of bytes of samples */  unsigned sampbytes;             /* number of bytes of samples */
 int     nsamples;               /* number of samples */  int     nsamples;               /* number of samples */
 double  actime;                 /* accumulated time thus far for putprofline */  double  actime;                 /* accumulated time thus far for putprofline */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10