Ignore:
Timestamp:
03/04/13 08:42:53 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/power/ProcessorPowerProfile.java

    r477 r899  
    77import schedframe.resources.computing.profiles.energy.power.plugin.EnergyEstimationPlugin; 
    88 
    9 public class CPUPowerProfile extends PowerProfile{ 
     9public class ProcessorPowerProfile extends PowerProfile{ 
    1010 
    1111        protected Map<String, PState> supportedPStates; 
    1212 
    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){ 
    1414                super(energyEstimationPlugin, supportedPowerStates); 
    1515                supportedPStates = new HashMap<String, PState>(); 
Note: See TracChangeset for help on using the changeset viewer.