Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2004 15:11:47 -0500 (CDT)
From:      "Pranav A. Desai" <pdesai1@cs.uh.edu>
To:        Danny MacMillan <flowers@users.sourceforge.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: [OT] Tool to convert src code to flowchart
Message-ID:  <Pine.GSO.4.33.0404301507250.15570-100000@themis.cs.uh.edu>
In-Reply-To: <opr697djlrrcgix0@shawmail>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> I believe that's called a call graph.  A flowchart is something else
> entirely.

I guess thats why I wasn't getting good results on Google.

But cflow works great for me! ... especially with the cflow2vcg package.

Thanks Roop!

-Pranav.

*******************************************************************
Pranav A. Desai


On Fri, 30 Apr 2004, Danny MacMillan wrote:

> On Thu, 29 Apr 2004 17:30:35 -0500 (CDT), Pranav A. Desai
> <pdesai1@cs.uh.edu> wrote:
>
> > Hi!
> >    I need it for C. The chart can be ascii.
> > E.g.
> > main.c
> > ------
> > main(){
> >  A();
> >  B();
> > }
> > A.c
> > ---
> > A() {
> >  C();
> > }
> > will be:
> > main -> A
> >      |  |-> C
> >      |
> >      -> B
> > etc.
>
> I believe that's called a call graph.  A flowchart is something else
> entirely.
>
> --
> Danny
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.33.0404301507250.15570-100000>