home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fchek284.zip / fcl2vcg.doc < prev    next >
Text File  |  1995-06-22  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      FCL2VCG(1)                  June (2)                   FCL2VCG(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           fcl2vcg - postprocess ftnchek -vcg output to create VCG
  10.           input file
  11.  
  12.      SYNOPSIS
  13.           ftnchek [ arguments... ] -vcg | fcl2vcg
  14.  
  15.      DESCRIPTION
  16.           fcl2vcg is a simple script that filters output from
  17.           ftnchek(1) used with the -vcg option, to strip away
  18.           everything except the call graph description.  The output is
  19.           sent to stdout.  It can be redirected to a file for later
  20.           input to the VCG program.  fcl2vcg is only a temporary fix.
  21.           A future release of ftnchek will write the VCG description
  22.           directly to a file rather than including it in the standard
  23.           output.
  24.  
  25.           The VCG input as created is more complex than it need be.
  26.           VCG allows graphs and nested subgraphs - each subroutine is
  27.           created as a subgraph nested inside its calling routines -
  28.           this allows you to interactively display subgraphs or
  29.           summarise them.  To use the input with VCG an outer
  30.           enclosing ``graph{'' and ``}'' may be added, with whatever
  31.           global options may be wished.
  32.  
  33.           The -vcg option for ftnchek was written by Dr. Philip Rubini
  34.           (p.rubini@cranfield.ac.uk).
  35.  
  36.           VCG is a graph visualisation tool which runs under the X
  37.           windows system.  It is freely available from
  38.           ftp.cs.uni-sb.de. It was written by G. Sander of the
  39.           University of Saarland, Germany.
  40.  
  41.      SEE ALSO
  42.           ftnchek(1), vcg(1).
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 6/22/95)
  64.  
  65.  
  66.  
  67.