1 04/25/85 dpda_sizes, dpdasizes
 2 
 3 Syntax:  dpda_sizes result_file_path
 4 
 5 
 6 Function:  prints a list giving the sizes of the various types of
 7    tables comprising the LALR generated DPDA for a grammar.  For
 8    each size of read table (1 entry, 2 entries, 3 entries, etc),
 9    the total number of read tables of that size, the percentage
10    of total read table storage occupied by read tables of that
11    size, and the percentage of total read table storage occupied
12    by read tables of that size and smaller sizes is listed.  The
13    same statistics are also given for look tables.  In addition,
14    the number of tables of each type is given.
15 
16 
17 Arguments:
18 result_file_path
19    generation containing the DPDA to be examined.  The grammar
20    suffix is assumed if not supplied.  This argument may be an
21    archive component pathname.