
-- PERFORMANCE MEASUREMENT : task entry call and return time, 1 task 1 entry
--                           task in package, no select

with Remote_Global;
use Remote_Global;
package Task_Pack_2 is
    task T1 is
        entry E1;
    end T1;
end Task_Pack_2;