Changeset 1084 for DCWoRMS/branches/coolemall/src/test/ariel
- Timestamp:
- 06/10/13 09:22:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/ariel/CPUFreqScalingExecTimeEstimationPlugin.java
r509 r1084 32 32 int cnt = peUnit.getUsedAmount(); 33 33 34 double remainingLength = 34 double remainingLength = task.getLength() * (1 - completionPercentage/100); 35 35 36 36 double execTime = (remainingLength / (cnt * speed));
Note: See TracChangeset
for help on using the changeset viewer.