X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: lbrtchx AT hotmail DOT com (Newbie) Newsgroups: comp.os.msdos.djgpp Subject: How to better profile code Organization: Acecape, Inc. Message-ID: <1009488451.218199@news> Cache-Post-Path: news!unknown AT p66-243 DOT acedsl DOT com X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Date: 28 Dec 2001 01:24:40 GMT Lines: 21 NNTP-Posting-Host: dd7a915c.news.newshosting.com X-Trace: DXC=7ZNc86\[E_?i1Dd\T418=0X`1N4>^k1L3iF6BbIV4YY2]56n284lj[=LODO;o1M7<<\4CTT1l\<36??2mKW>l_I3 X-Complaints-To: abuse AT newshosting DOT com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, 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? Also I would like to profile my code using more than one IDE, preferably VC++6 and delorie's jgcpp compiler. Thanks