Changeset 1461 for DCWoRMS


Ignore:
Timestamp:
12/18/14 16:50:09 (10 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/stats/implementation/DCWormsStatistics.java

    r1445 r1461  
    531531                                                        deviceEnergyUsage.setSumValue(deviceEnergyUsage.getMeanValue() * (endSimulationTime - startSimulationTime) / (3600 * MILLI_SEC)); 
    532532                                                        devAccumulator.add(deviceEnergyUsage.getSumValue()); 
     533                                                        //TODO - type and name may be the same (results are 2 times bigger) 
    533534                                                        metCalc.addMetricsData(device.getType().getName(), devAccumulator); 
    534535                                                        metCalc.addMetricsData(device.getFullName(), devAccumulator); 
Note: See TracChangeset for help on using the changeset viewer.