Date: Thu, 11 Dec 1997 12:27:43 +0200 (IST) From: Eli Zaretskii To: john bartkiw cc: djgpp AT delorie DOT com Subject: Re: code coverage tool In-Reply-To: <66n156$g0b@news.microsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 10 Dec 1997, john bartkiw wrote: > Anyone know of a tool with DKGPP which will give me code coverage > information about a program. IE which functions get called how many times > for how much proccessor time. It's called ``profiling''. DJGPP comes with a profiler called `gprof'. Check out chapter 13 in the DJGPP FAQ list (available as v2/faq210b.zip from the same place you get DJGPP), for more about using the profiler.