- Timestamp:
- 12/18/14 16:50:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/stats/implementation/DCWormsStatistics.java
r1445 r1461 531 531 deviceEnergyUsage.setSumValue(deviceEnergyUsage.getMeanValue() * (endSimulationTime - startSimulationTime) / (3600 * MILLI_SEC)); 532 532 devAccumulator.add(deviceEnergyUsage.getSumValue()); 533 //TODO - type and name may be the same (results are 2 times bigger) 533 534 metCalc.addMetricsData(device.getType().getName(), devAccumulator); 534 535 metCalc.addMetricsData(device.getFullName(), devAccumulator);
Note: See TracChangeset
for help on using the changeset viewer.