- Timestamp:
- 02/26/13 08:41:50 (12 years ago)
- Location:
- DCWoRMS/branches/coolemall
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/PhaseTimeEstimationPlugin.java
r780 r883 9 9 import schedframe.resources.units.StandardResourceUnitName; 10 10 import dcworms.schedframe.scheduling.ExecTask; 11 import dcworms.schedframe.scheduling.Executable; 11 12 import example.timeestimation.BaseTimeEstimationPlugin; 12 13 … … 25 26 Map<ResourceUnitName, ResourceUnit> allocatedResources, 26 27 double completionPercentage) { 28 27 29 30 Executable exec = (Executable) task; 31 // System.out.println(exec.getJobId() +":"+ exec.getApplicationName()); 28 32 // collect all information necessary to do the calculation 29 33 PEUnit peUnit = (PEUnit) allocatedResources.get(StandardResourceUnitName.PE); 30 34 31 35 // obtain single pe speed 32 36 int speed = peUnit.getSpeed();
Note: See TracChangeset
for help on using the changeset viewer.