c relation tool

S

sinbad

Hi,
Is there any tool that displays the function calls in a tree manner,
like which function is calling what other functions like that.Pls tell
me if u know any of such tool..

thanks
sinbad
 
M

Maxim Yegorushkin

Is there any tool that displays the function calls in a tree manner,
like which function is calling what other functions like that.Pls tell
me if u know any of such tool..

Profilers can generate call graphs.
Try man gprof.
 
H

husterk

Hi,
Is there any tool that displays the function calls in a tree manner,
like which function is calling what other functions like that.Pls tell
me if u know any of such tool..

thanks
sinbad

An old program (that I think you can still get for free) is called
CDOC. It provides you with a processed HTML output of your code that
details the call-graph (i.e. tree view) and other relevant
information.

Keith
 
S

Sheth Raxit

Hi,
Is there any tool that displays the function calls in a tree manner,
like which function is calling what other functions like that.Pls tell
me if u know any of such tool..

cflow, ctags, cscope will be useful, cflow is what exactly asking you.
 
S

Sheth Raxit

cflow, ctags, cscope will be useful, cflow is what exactly asking you.

Ok, all this are used during development or Source code analysis. i.e.
it is not giving you run time graph.if you are looking for Run-Time
which functions are being called, by which function someone already
answered your question here or if you want to anaylze small portion, i
would better suggest use any debugger.

-Raxit
 
U

user923005

Hi,
Is there any tool that displays the function calls in a tree manner,
like which function is calling what other functions like that.Pls tell
me if u know any of such tool..

I kind of like this:
http://sourcenav.sourceforge.net/

Intel's profiler creates superb call graphs, when you tell it to
profile in that way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top