From: "Oliver Richman" Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help Subject: gprof Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Sat, 14 Dec 2002 01:37:51 GMT NNTP-Posting-Host: 24.103.60.121 X-Complaints-To: abuse AT rogers DOT com X-Trace: news02.bloor.is.net.cable.rogers.com 1039829871 24.103.60.121 (Fri, 13 Dec 2002 20:37:51 EST) NNTP-Posting-Date: Fri, 13 Dec 2002 20:37:51 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ok, so i've read the gprof info file, but I am still in the dark about symspecs. I've tried numerous ways to do it, but they just don't seem to work. I want to get rid of malloc, free, std::vector, __gcxx:: and whatever else. All I want to see are profiles for MY c++ functions, not anyone else's functions. Can anyone provide help or a link to help? thanks :) -frl