This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Callgraph of GCC 4.0.0


On Tue, Nov 23, 2004 at 04:49:29PM +0100, nico wrote:
> is there a simple way to get the whole callgraph of the GCC 4.0.0?
> I tried to get it with gprof, but I think I make something wrong, 
> because I only got a very little callgraph with only a few functions.
> Is there an install- or configure-option or something like that for my 
> request?

I'll bet this is because you generated the callgraph of the tiny gcc
executable, and not the callgraph of the real compiler (cc1 or cc1plus).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]