Ignore:
Timestamp:
02/26/13 08:41:50 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/PhaseTimeEstimationPlugin.java

    r780 r883  
    99import schedframe.resources.units.StandardResourceUnitName; 
    1010import dcworms.schedframe.scheduling.ExecTask; 
     11import dcworms.schedframe.scheduling.Executable; 
    1112import example.timeestimation.BaseTimeEstimationPlugin; 
    1213 
     
    2526                        Map<ResourceUnitName, ResourceUnit> allocatedResources, 
    2627                        double completionPercentage) { 
     28 
    2729                 
     30                Executable exec = (Executable) task; 
     31        //      System.out.println(exec.getJobId() +":"+ exec.getApplicationName()); 
    2832                // collect all information necessary to do the calculation 
    2933                PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 
    30  
     34                 
    3135                // obtain single pe speed 
    3236                int speed = peUnit.getSpeed(); 
Note: See TracChangeset for help on using the changeset viewer.