X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Fri, 28 Dec 2001 13:19:53 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lbrtchx AT hotmail DOT com (Newbie) Message-Id: <2927-Fri28Dec2001131953+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <1009488451.218199@news> (lbrtchx@hotmail.com) Subject: Re: How to better profile code References: <1009488451 DOT 218199 AT news> 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 > From: lbrtchx AT hotmail DOT com (Newbie) > Newsgroups: comp.os.msdos.djgpp > Date: 28 Dec 2001 01:24:40 GMT > > I am trying to profile some code and all VC++6 gives me > is how many times each function was called and how much > time the algo spent in them. > > What about the library calls, lets say I call fwrite and/or > other library fuctions where is this reflected? At least Gprof, the GNU Profiler that is part of the DJGPP toolchain, does show you time spent inside library functions. Chapter 13 of the DJGPP FAQ list has some details about profiling DJGPP programs.