Date: Thu, 4 Nov 1999 19:11:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: infinity girl cc: Hans-Bernhard Broeker , djgpp AT delorie DOT com Subject: Re: mcount, and gprof In-Reply-To: <382177B2.CEC4B27C@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 Thu, 4 Nov 1999, infinity girl wrote: > i am using version 2.81 of djgpp so i don't think there is anything > buggy happening. 2.8.1 is the version of GCC, not of the DJGPP library. The problems with profiling come from the library, not from the compiler. So please tell what version of DJGPP do you use. Is it 2.01 or 2.02? > Each sample counts as 0.055556 seconds. > % cumulative self self total > time seconds seconds calls ms/call ms/call name > 22.97 0.94 0.94 mcount > 21.62 1.83 0.89 1148074 0.00 0.00 readBuf > 17.57 2.56 0.72 574804 0.00 0.00 bsPut This says that the program runs just a few seconds, while you were talking about 30 minutes. What am I missing?