From: byrne AT katie DOT vnet DOT net (Paul Byrne) Newsgroups: comp.os.msdos.djgpp Subject: looking for "tcov" or similar... Organization: Vnet Internet Access, Inc. - Charlotte, NC. (704) 374-0779 Lines: 16 Message-ID: <7ao9j8$q9h$1@katie.vnet.net> Date: 21 Feb 1999 01:37:28 -0500 NNTP-Posting-Host: 166.82.1.7 X-Trace: ralph.vnet.net 919579333 166.82.1.7 (Sun, 21 Feb 1999 01:42:13 EDT) NNTP-Posting-Date: Sun, 21 Feb 1999 01:42:13 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to find a tcov program (or whatever the GNU equivalent may be). Doing a search or the GNU docs from www.delorie.com reveals that gprof can do this. "info gprof" on my system doesn't mention any such thing -- and I reinstalled everything with the latest verions just last week. Regardless, following the instructions on getting an "Annotated Source Listing", I compile with "-g -pg -a", run the program, then run gprof with "-l -A -x". It sits and thinks for a few seconds, then exits. No output, and no error message. I can't seem to convince it to actually do anything. Is "gprof" actually capable of doing this? Or is there some other program which can do something similar? Thanks! -paul