Message-ID: <38268D19.F8764A56@mpx.com.au> Date: Mon, 08 Nov 1999 19:43:05 +1100 From: infinity girl X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: mcount, and gprof References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com hello again, Eli Zaretskii wrote: > > To know what version of DJGPP you have installed, chdir to the DJGPP > lib subdirectory and then run the following command: > > 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. > That's not a good idea at all. You should profile the optimized code, > since optimizations change the code dramatically. If you profile a > non-optimized version, you might have a totally incorrect impression > about where to optimize. okay i'll try tomorrow with -O2 or -O3, and see what happens. daniel.