Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
Joel,
I think what you might want is:
emerge calltree
emerge graphviz
Then use calltree to output "dot" format which you can then render using
graphviz (which takes "dot" format).
Hopefully your program isn't too big because graphviz can use up a lot
of memory pretty quickly as you dependency graph grows.
Joel Martin (kanaka)
Joel Konkle-Parker wrote: [Sun Mar 28 2004, 10:33:21PM EST]
> Is there such a thing as a source code visualization tool that makes a
> "map" of a program's source? Kind of like:
>
> main()
> |
> |
> function1()
> /\
> / \
> func2() func3()
> |
> |
> func4()
>
> I'm basically looking for something that will help me "see" how a
> program is laid out so that I can start working on it.
>
> Thanks in advance.
>
>
> --
> Joel Konkle-Parker
> Webmaster [Ballsome.com]
>
> E-mail [jjk3@...]
>
>
> --
> gentoo-dev@g.o mailing list
|
|