- Timestamp:
- 03/04/13 08:42:53 (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/power/ProcessorPowerProfile.java
r477 r899 7 7 import schedframe.resources.computing.profiles.energy.power.plugin.EnergyEstimationPlugin; 8 8 9 public class CPUPowerProfile extends PowerProfile{9 public class ProcessorPowerProfile extends PowerProfile{ 10 10 11 11 protected Map<String, PState> supportedPStates; 12 12 13 public CPUPowerProfile(EnergyEstimationPlugin energyEstimationPlugin, List<schedframe.resources.computing.profiles.energy.power.PowerState> supportedPowerStates, List<schedframe.resources.computing.profiles.energy.power.PState> pStates){13 public ProcessorPowerProfile(EnergyEstimationPlugin energyEstimationPlugin, List<schedframe.resources.computing.profiles.energy.power.PowerState> supportedPowerStates, List<schedframe.resources.computing.profiles.energy.power.PState> pStates){ 14 14 super(energyEstimationPlugin, supportedPowerStates); 15 15 supportedPStates = new HashMap<String, PState>();
Note: See TracChangeset
for help on using the changeset viewer.