Changeset 901 for DCWoRMS/branches/coolemall
- Timestamp:
- 03/04/13 08:56:16 (12 years ago)
- Location:
- DCWoRMS/branches/coolemall/src
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/example/energy/ProcessorEnergyEstimationPlugin.java
r883 r901 8 8 import schedframe.scheduling.manager.tasks.JobRegistry; 9 9 10 public class CPUEnergyEstimationPlugin extends BaseEnergyEstimationPlugin {10 public class ProcessorEnergyEstimationPlugin extends BaseEnergyEstimationPlugin { 11 11 12 12 public double estimatePowerConsumption(EnergyEvent event, JobRegistry jobRegistry, -
DCWoRMS/branches/coolemall/src/test/ariel/resources.xml
r528 r901 13 13 <powerProfile> 14 14 <energyEstimationPlugin> 15 <name>example.energy. CPUEnergyEstimationPlugin</name>15 <name>example.energy.ProcessorEnergyEstimationPlugin</name> 16 16 </energyEstimationPlugin> 17 17 <parameter name="pState">
Note: See TracChangeset
for help on using the changeset viewer.