Date: Sat, 8 Aug 1998 10:48:27 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/gprof gprof.c Message-ID: <199808081748.KAA08089@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/08/08 10:48:27 PDT
Modified files:
usr.bin/gprof gprof.c
Log:
Don't ignore symbols containing "$". C++ destructors and other
special functions have names containing dollar signs, and ignoring
them causes gprof to produce incorrect and sometimes bizarre results.
The comment in the original code said that dollar signs were excluded
because they are used in Pascal labels. That's not much of an
issue these days.
Revision Changes Path
1.7 +3 -4 src/usr.bin/gprof/gprof.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808081748.KAA08089>
