Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!spool.mu.edu!uunet!shelby!agate!ucbvax!LL.MIT.EDU!preston From: preston@LL.MIT.EDU (Steven Preston) Newsgroups: comp.lang.fortran Subject: call tree generator? Message-ID: <9102150932.AA14841@LL.MIT.EDU> Date: 15 Feb 91 14:32:45 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 11 I need to generate a chart showing the call structure of a bunch of fortran modules. So, for example, if subroutine A calls functions B and C and subroutines D and E, then I would draw a box for A and boxes for B,C,D and E below it with lines connecting to the A box. Before I go ahead and whip one up myself, is there one available on the net somewhere? Thanks for any help. -- Steve Preston, preston@ll.mit.edu