Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!SUN.COM!tiemann From: tiemann@SUN.COM (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: -p (profiling) option in g++ Message-ID: <9003020339.AA15750@teacake.sun.com> Date: 2 Mar 90 03:39:01 GMT References: <9003011425.AA02466@bongo.sw.mcc.com> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@sun.com Distribution: gnu Organization: GNUs Not Usenet Lines: 16 Date: Thu, 1 Mar 90 08:25:53 CST From: baugher%SW.MCC.COM@mcc.com (Mark Baugher) This is not an error report, but a question: How can one do profiling in g++? Is there a new release with -p support? Can precompilation be used to produce C output which can then be compiled with -p option? Whom should I contact regarding this problem? Thanks, Mark -pg is supported by GNU C++. Use gprof to analyze results. A GNU version of gprof is available. Michael