Changeset 1420 for DCWoRMS/branches/coolemall/src/test/article2/recs/plugins/energy/RecsCpuBaseEEP.java
- Timestamp:
- 07/15/14 16:37:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/article2/recs/plugins/energy/RecsCpuBaseEEP.java
r1399 r1420 1 1 package test.article2.recs.plugins.energy; 2 2 3 import schedframe.events. scheduling.EventReason;3 import schedframe.events.EventReason; 4 4 import schedframe.resources.computing.ComputingResource; 5 5 import schedframe.resources.computing.Processor; 6 import schedframe.resources.computing.profiles.energy. EnergyEvent;6 import schedframe.resources.computing.profiles.energy.ResourceEvent; 7 7 import schedframe.resources.computing.profiles.energy.airthroughput.StandardAirflowStateName; 8 8 import schedframe.resources.devices.PhysicalResource; … … 18 18 protected double inletTemperature; 19 19 20 public double estimatePowerConsumption( EnergyEvent event, JobRegistry jobRegistry,20 public double estimatePowerConsumption(ResourceEvent event, JobRegistry jobRegistry, 21 21 PhysicalResource resource) { 22 22 … … 34 34 } 35 35 36 public double estimateAirThroughput( EnergyEvent event, JobRegistry jobRegistry, ComputingResource resource) {36 public double estimateAirThroughput(ResourceEvent event, JobRegistry jobRegistry, ComputingResource resource) { 37 37 38 38 double airThroughput = 0;
Note: See TracChangeset
for help on using the changeset viewer.