public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* i am getting same profile(for gcc) for all testcases
@ 2004-03-04  3:03 perugupa
  2004-03-04 21:10 ` Jim Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: perugupa @ 2004-03-04  3:03 UTC (permalink / raw)
  To: gcc

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-05 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-04  3:03 i am getting same profile(for gcc) for all testcases perugupa
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

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).