Changeset 1423 for DCWoRMS/branches/coolemall/src/example/timeestimation
- Timestamp:
- 07/30/14 12:25:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/example/timeestimation/coolemall/PhaseBasedTimeEstimationPlugin.java
r1415 r1423 58 58 int cnt = peUnit.getUsedAmount(); 59 59 60 double execTime = (1 - completionPercentage/100) * task.getExecutionProfile().getCurrent ResourceConsumption().getLenght() / (speed * cnt);60 double execTime = (1 - completionPercentage/100) * task.getExecutionProfile().getCurrentExecutionPhase().getLenght() / (speed * cnt); 61 61 62 62 //double execTime = (1 - completionPercentage/100) * task.getExecutionProfile().getCurrentResourceConsumption().getDuration() * (taskFreq / currentFrequency);
Note: See TracChangeset
for help on using the changeset viewer.