wiki:Doc/compiler/scripts/CallTree

PANC−CALL−TREE.PL

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

NAME

panc-call-tree.pl − create a graph of pan call tree

SYNOPSIS

panc−call−tree.pl [−−help] [−−format=dot|hg] {logfile}

DESCRIPTION

The panc−call−tree.pl script will analyze a panc log file and create a graph of the pan call tree. One output file will be created for each object template. The script takes the name of the log file as its only argument. If no argument is given or the −−help option is used, a short usage message is printed. The log file must have been created with "call" logging enabled.

The graphs are written in either "dot" or "hypergraph" format. Graphviz can be used to visualize graphs written in dot format. Hypergraph can be used to visualize graphs written in hypergraph format. Note that all "includes" are shown in the graph; in particular unique and declaration templates will appear in the graph wherever they are referenced.

AUTHOR

Charles Loomis

Last modified 16 years ago Last modified on Oct 3, 2008, 4:11:44 PM