generate a 'call tree'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pefter

    #1

    generate a 'call tree'

    I have a bunch of source files with lots of entangled function
    calls.
    I'm looking for some graphical tool to generate a
    'call tree' to get an overview of the hierarchy of the function
    calls.

    Any hints appreciated.

    Pefter

  • Eric Sosman

    #2
    Re: generate a 'call tree'

    pefter wrote:[color=blue]
    > I have a bunch of source files with lots of entangled function
    > calls.
    > I'm looking for some graphical tool to generate a
    > 'call tree' to get an overview of the hierarchy of the function
    > calls.[/color]

    This is Question 18.1 in the comp.lang.c Frequently
    Asked Questions (FAQ) list



    --
    Eric Sosman
    esosman@acm-dot-org.invalid

    Comment

    • Jirka Klaue

      #3
      Re: generate a 'call tree'

      On Fri, 27 May 2005 14:32:42 +0200, pefter <pefter@hotmail .com> wrote:
      [color=blue]
      > I have a bunch of source files with lots of entangled function
      > calls.
      > I'm looking for some graphical tool to generate a
      > 'call tree' to get an overview of the hierarchy of the function
      > calls.
      >
      > Any hints appreciated.[/color]



      (not mentioned in FAQ 18.1)

      Jirka

      Comment

      Working...