- Timestamp:
- 04/11/12 16:30:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/branches/tpiontek/src/simulator/stats/implementation/GSSimStatistics.java
r233 r241 326 326 if (resourceLoadStatsFile != null) { 327 327 Object txt = resourceUsage.serialize(serializer); 328 resourceLoadStatsFile.println(txt); 328 if( resType == ResourceType.DATA_CENTER) 329 resourceLoadStatsFile.println(txt); 329 330 } 330 331 } … … 340 341 if (energyStatsFile != null) { 341 342 Object txt = energyUsage.serialize(serializer); 342 energyStatsFile.println(txt); 343 if( resType == ResourceType.DATA_CENTER) 344 energyStatsFile.println(txt); 343 345 } 344 346 }
Note: See TracChangeset
for help on using the changeset viewer.