Re: [OT] Tool to convert src code to flowchart
From: Pranav A. Desai (pdesai1_at_cs.uh.edu)
Date: 04/30/04
- Previous message: Remko Lodder: "Re: two domain names - one IP - both SSL"
- In reply to: Danny MacMillan: "Re: [OT] Tool to convert src code to flowchart"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 15:11:47 -0500 (CDT) To: Danny MacMillan <flowers@users.sourceforge.net>
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
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Remko Lodder: "Re: two domain names - one IP - both SSL"
- In reply to: Danny MacMillan: "Re: [OT] Tool to convert src code to flowchart"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]