Changeset 86 for trunk/src/binutils/gprof
- Timestamp:
- May 3, 2003, 11:45:43 PM (22 years ago)
- Location:
- trunk/src/binutils/gprof
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/gprof/gmon.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r85 r86 70 70 /* 71 71 * Histogram counters are unsigned shorts: 72 * For emx, histogram counters are unsigned longs. 72 73 */ 74 #ifdef EMX 75 #define HISTCOUNTER unsigned long 76 #else 73 77 #define HISTCOUNTER unsigned short 78 #endif 74 79 75 80 /* -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gprof/hertz.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r85 r86 3 3 4 4 #include "gprof.h" 5 6 #ifdef __EMX__ 7 #define HERTZ (_osmode == OS2_MODE ? 1000 : 1024) 8 #endif 5 9 6 10 #define HZ_WRONG 0 /* impossible clock frequency */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.