Date: Tue, 1 Feb 2000 09:42:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Niklas Pettersson cc: djgpp AT delorie DOT com Subject: Re: Profiler? In-Reply-To: <8746i6$r3f$1@news.lth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 31 Jan 2000, Niklas Pettersson wrote: > Does it exists any good profilers to use with DJGPP? Of course! It's called `gprof' and should be already on your disk. Check out Chapter 13 of the DJGPP FAQ list (v2/faq230b.zip from the same place you get DJGPP) for more details. > For simplicity I haven't tried to optimize the code to early in the process. Good move!