Date: Tue, 24 Apr 2001 13:51:30 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Werner Stock cc: djgpp AT delorie DOT com Subject: Re: Profiler? In-Reply-To: <3ibF6.122$D3.5806@news.cwxpoint.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 24 Apr 2001, Werner Stock wrote: > Is there any profiler available for profiling applications compiled > with DJGPP? Yes, it's called `gprof' and is part of the Binutils package, so it should already be in your `bin' subdirectory. There is a chapter in the FAQ that explains how to use it, and there's gprof.info manual.