stats application

Creates a report showing statictics about each class within the scope of the trek. The statistics include the sizes of program objects and various counts, such as the number of statements in each method.

The command line of the stats application is: base-classes [stats and common switches]. The switches defined by the stats application are:

-inc type
If type is s, output only the summary line of statistics for the entire program. If type is c, output a line for each class and the summary line for the entire program. If type is m, output a line for each method. If –inc is omitted, -inc c is assumed.

-of filespec
The filespec where to output the statistics. If omitted, the report is displayed on the console.