Changes between Initial Version and Version 1 of Doc/compiler/scripts/CallTree


Ignore:
Timestamp:
Oct 3, 2008, 4:10:20 PM (16 years ago)
Author:
/C=IE/O=Grid-Ireland/OU=cs.tcd.ie/L=RA-TCD/CN=Stephen O. Childs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/compiler/scripts/CallTree

    v1 v1  
     1{{{
     2#!html
     3<h1>PANC&minus;CALL&minus;TREE.P</h1>
     4<a href="#NAME">NAME</a><br>
     5<a href="#SYNOPSIS">SYNOPSIS</a><br>
     6<a href="#DESCRIPTION">DESCRIPTION</a><br>
     7<a href="#AUTHOR">AUTHOR</a><br>
     8
     9<hr>
     10<a name="NAME"></a>
     11<h2>NAME</h2>
     12<!-- INDENTATION -->
     13<table width="100%" border=0 rules="none" frame="void"
     14       cols="2" cellspacing="0" cellpadding="0">
     15<tr valign="top" align="left">
     16<td width="10%"></td>
     17<td width="89%">
     18<p>panc-call-tree.pl &minus; create a graph of pan call
     19tree</p>
     20</td>
     21</table>
     22<a name="SYNOPSIS"></a>
     23<h2>SYNOPSIS</h2>
     24<!-- INDENTATION -->
     25<table width="100%" border=0 rules="none" frame="void"
     26       cols="2" cellspacing="0" cellpadding="0">
     27<tr valign="top" align="left">
     28<td width="10%"></td>
     29<td width="89%">
     30<p><b>panc&minus;call&minus;tree.pl</b>
     31[<b>&minus;&minus;help</b>]
     32[<b>&minus;&minus;format=dot|hg</b>] {logfile}</p>
     33</td>
     34</table>
     35<a name="DESCRIPTION"></a>
     36<h2>DESCRIPTION</h2>
     37<!-- INDENTATION -->
     38<table width="100%" border=0 rules="none" frame="void"
     39       cols="2" cellspacing="0" cellpadding="0">
     40<tr valign="top" align="left">
     41<td width="10%"></td>
     42<td width="89%">
     43<p>The <b>panc&minus;call&minus;tree.pl</b> script will
     44analyze a panc log file and create a graph of the pan call
     45tree. One output file will be created for each object
     46template. The script takes the name of the log file as its
     47only argument. If no argument is given or the
     48<b>&minus;&minus;help</b> option is used, a short usage
     49message is printed. <i>The log file must have been created
     50with &quot;call&quot; logging enabled.</i></p>
     51<!-- INDENTATION -->
     52<p>The graphs are written in either &quot;dot&quot; or
     53&quot;hypergraph&quot; format.
     54<b><font color="#0000FF">Graphviz</font></b>
     55<font color="#000000">can be used to visualize graphs
     56written in dot format.</font>
     57<b><font color="#0000FF">Hypergraph</font></b>
     58<font color="#000000">can be used to visualize graphs
     59written in hypergraph format. Note that all
     60&quot;includes&quot; are shown in the graph; in particular
     61unique and declaration templates will appear in the graph
     62wherever they are referenced.</font></p>
     63</td>
     64</table>
     65<a name="AUTHOR"></a>
     66<h2>AUTHOR</h2>
     67<!-- INDENTATION -->
     68<table width="100%" border=0 rules="none" frame="void"
     69       cols="2" cellspacing="0" cellpadding="0">
     70<tr valign="top" align="left">
     71<td width="10%"></td>
     72<td width="89%">
     73<p><font color="#000000"><b>Charles
     74Loomis</b></font></p></td>
     75</table>