Date: Mon, 8 Nov 1999 18:35:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: infinity girl cc: djgpp AT delorie DOT com Subject: Re: mcount, and gprof In-Reply-To: <38268D19.F8764A56@mpx.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 8 Nov 1999, infinity girl wrote: > > strings libc.a | find "DJGPP libc built" > > > > (This assumes DOS version of FIND!) > > thanks, i tried that, and the build date was October 31 1996. This means you have DJGPP v2.01. The version of mcount included with v2.01 had a bug which indeed would slow down the profiling code tremendously (or even crash it); see section 13.2 of the DJGPP FAQ list for details.