public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: <perugupa@csee.wvu.edu>
To: <gcc@gcc.gnu.org>
Subject: i am getting same profile(for gcc) for all testcases
Date: Thu, 04 Mar 2004 03:03:00 -0000	[thread overview]
Message-ID: <33653.151.205.63.53.1078369383.squirrel@www.csee.wvu.edu> (raw)

Hi,
  i have compiled gcc3.2.3 with profiling enabled. i am using the
  regression test suite to generate profiles for gcc (not for the test
  case it self ie. i want to see whats heppening in gcc).i compiled gcc
  like...
../gcc/configure --prefix=/src/inst --enable-languages=c,c++ \
     --disable-checking
   $ make -j8 all CFLAGS="-g -profile -O2"
   $ make install


this is what i am using to generate profile file.
  gcc test.c
  gprof -a /root/install/bin/gcc gmon.out > output

I also tried this one
gprof -a /root/install/lib/gcc/TARGET/VERSION/cc1 gmon.out > output

 but i am getting the same profiles for any program i compile.i have been
 struggling to get this done for a long time.can somebody please help
 me.thanx in advance.
regards
nath.


             reply	other threads:[~2004-03-04  3:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-04  3:03 perugupa [this message]
2004-03-04 21:10 ` Jim Wilson
2004-03-04 21:46   ` Daniel Jacobowitz
2004-03-05 10:15   ` Segher Boessenkool
2004-03-05 10:42     ` perugupa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33653.151.205.63.53.1078369383.squirrel@www.csee.wvu.edu \
    --to=perugupa@csee.wvu.edu \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).