Date: Tue, 16 Mar 1999 15:52:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David Maranhao cc: djgpp AT delorie DOT com Subject: Re: Help with speed optimization. In-Reply-To: <36ed64ef.8180569@nntp.ma.ultranet.com> 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, 15 Mar 1999, David Maranhao wrote: > I am currently working on a game that uses the DJGPP compiler > and the Allegro game programming library. I need to optimize some of > the functions for speed. Is there a way that I can get a report on > how much time my program spends at each function so I know where to > optimize? I think this might be called profiling or something. DJGPP comes with a profiler. Check out chapter 13 of the DJGPP FAQ list for details.