Date: Wed, 16 Oct 1996 14:02:53 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/gprof gprof.h Message-ID: <199610162102.OAA05547@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/10/16 14:02:51 Modified: usr.bin/gprof gprof.h Log: 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. Revision Changes Path 1.4 +1 -1 src/usr.bin/gprof/gprof.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610162102.OAA05547>