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

⟦593cbd564⟧ TextFile

    Length: 698 (0x2ba)
    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

-- PERFORMANCE MEASUREMENT :  active entry call and return time
--                            10 tasks 1 entry each
--                            no select statement

with Remote_Global;
use Remote_Global;
package Task_Pack_5 is
    task T1 is
        entry E1;
    end T1;
    task T2 is
        entry E2;
    end T2;
    task T3 is
        entry E3;
    end T3;
    task T4 is
        entry E4;
    end T4;
    task T5 is
        entry E5;
    end T5;
    task T6 is
        entry E6;
    end T6;
    task T7 is
        entry E7;
    end T7;
    task T8 is
        entry E8;
    end T8;
    task T9 is
        entry E9;
    end T9;
    task T10 is
        entry E10;
    end T10;
end Task_Pack_5;