Date: Wed, 3 Feb 1999 13:37:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David Boily cc: djgpp AT delorie DOT com Subject: Re: gprof -e and -E options don't work In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 2 Feb 1999, David Boily wrote: > I can't seem to make the -e and -E otions of gprof to work. > > I've tried with many functions by they still show up in the > profile, aamof the profile is identical to the one generated > w/o -e or -E. If the program you are profiling was built with DJGPP v2.02, then please note that there's a bug in profiling code in libc.a, which causes gprof to produce bogus results, no matter what switches do you use. If your libc.a is not from v2.02, please post examples of profiles with and without the switches you mention.