Changeset 1428 for DCWoRMS/branches
- Timestamp:
- 07/30/14 13:36:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/powerCapping/FanEnergyEstimationPlugin.java
r1425 r1428 81 81 82 82 private double getFactor(Device device){ 83 int quantity = 0;84 83 85 84 double factor = 0;; … … 91 90 double meanMaxFrequency = 0; 92 91 if(fan.getChilledResources().contains(node.getFullName()) && node.getPowerInterface().getPowerState().equals(StandardPowerStateName.ON) ){ 93 quantity++;94 92 for(Processor proc: node.getProcessors()){ 95 93 if(proc.getCores().size() != proc.getFreeCores().size()){
Note: See TracChangeset
for help on using the changeset viewer.