freebsd-dev/usr.bin/gprof
Bruce Evans db6a4b8826 Use a (signed) int32_t counter instead of an `unsigned int' counter
for the GPROF4 case.  This allows a simpler method to be used for
non-statistical profiling (it allows overhead adjustments to be
subtracted from one counter without harm if that counter goes
negative; otherwise the adjustment would have to be distributed).

32 bit counters were already too small for GPROF4 with a 200MHz
clock.  int64_t counters should be used.
1996-10-16 21:02:49 +00:00
..
PSD.doc BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
amd64.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
amd64.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
arcs.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
dfn.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
gprof.1 Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
gprof.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
gprof.callg BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
gprof.flat BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
gprof.h Use a (signed) int32_t counter instead of an `unsigned int' counter 1996-10-16 21:02:49 +00:00
hertz.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
hp300.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
hp300.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
i386.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
i386.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
lookup.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
Makefile Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
mips.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
mips.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
pathnames.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
printgprof.c Print times/call in ns if hz >= 10e7. hz will be this large for high 1996-06-08 12:29:57 +00:00
printlist.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
sparc.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
sparc.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tahoe.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
tahoe.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
vax.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
vax.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00