DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T V

⟦f5cb19658⟧ TextFile

    Length: 989 (0x3dd)
    Types: TextFile
    Names: »V«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

with Type_Definitions;
use Type_Definitions;

package Adapathr is


    --| overview
    --| Adapathr produces a report from the logfile created by the runtime monitor.
    --| The report has 2 parts, history of execution and summary.  The history of
    --| execution lists the order in which the statements were executed.  The
    --| summary lists the number of times each statement was executed.

    procedure Path_Report_Writer (Logfile_Name : in Filename;
                                  --| name of input log file
                                  Reportfile_Name : in Filename);
    --| name of output report file
    --| overview
    --| Path_Report_Writer is called by the user interface to create a path
    --| analysis report for the specified log file.
    --| effects
    --| Path_Report_Writer accepts the logfile name and user specified data
    --| as input, the user specified data is written to the output report.
    --| n/a
    --| requires, raises


end Adapathr;