Changeset 1428 for DCWoRMS/branches


Ignore:
Timestamp:
07/30/14 13:36:18 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/powerCapping/FanEnergyEstimationPlugin.java

    r1425 r1428  
    8181 
    8282        private double getFactor(Device device){ 
    83                 int quantity = 0; 
    8483 
    8584                double factor = 0;; 
     
    9190                        double meanMaxFrequency = 0; 
    9291                        if(fan.getChilledResources().contains(node.getFullName()) && node.getPowerInterface().getPowerState().equals(StandardPowerStateName.ON) ){ 
    93                                 quantity++; 
    9492                                for(Processor proc: node.getProcessors()){ 
    9593                                        if(proc.getCores().size() != proc.getFreeCores().size()){ 
Note: See TracChangeset for help on using the changeset viewer.