[gnu.g++.bug] -p

baugher%SW.MCC.COM@MCC.COM (Mark Baugher) (03/01/90)

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

tiemann@SUN.COM (Michael Tiemann) (03/02/90)

   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