Changeset 901


Ignore:
Timestamp:
03/04/13 08:56:16 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/example/energy/ProcessorEnergyEstimationPlugin.java

    r883 r901  
    88import schedframe.scheduling.manager.tasks.JobRegistry; 
    99 
    10 public class CPUEnergyEstimationPlugin extends BaseEnergyEstimationPlugin  { 
     10public class ProcessorEnergyEstimationPlugin extends BaseEnergyEstimationPlugin  { 
    1111 
    1212        public double estimatePowerConsumption(EnergyEvent event, JobRegistry jobRegistry, 
  • DCWoRMS/branches/coolemall/src/test/ariel/resources.xml

    r528 r901  
    1313                                        <powerProfile> 
    1414                                                <energyEstimationPlugin> 
    15                                                         <name>example.energy.CPUEnergyEstimationPlugin</name> 
     15                                                        <name>example.energy.ProcessorEnergyEstimationPlugin</name> 
    1616                                                </energyEstimationPlugin>                
    1717                                                <parameter name="pState"> 
Note: See TracChangeset for help on using the changeset viewer.