Date: Sun, 18 Jul 1999 11:28:21 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Radu Georgescu aka skoola cc: djgpp AT delorie DOT com Subject: Re: Profiler In-Reply-To: <359016C0.DC970014@go.ro> 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 Tue, 23 Jun 1998, Radu Georgescu aka skoola wrote: > I tried to profile my project using -pg and gprof and this is what i > got: > ================================================= > Each sample counts as 0.055556 seconds. > % cumulative self self total > time seconds seconds calls Ts/call Ts/call name > 100.00 0.06 0.06 _int86 This is due to a known bug in one of the v2.02 library functions used for profiling. Search the DJGPP mail archives for a patched source of that library module (you will need to compile it, put it into your libc.a, and then rebuild your program). The DJGPP bug-tracking facility also has the necessary patch (I think).