Ignore:
Timestamp:
10/31/12 15:18:34 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/simulator/stats/implementation/out/StringSerializer.java

    r496 r543  
    462462                buffer.append(accStats.meanTotalLoad); 
    463463                buffer.append(System.getProperty("line.separator")); 
    464                 buffer.append("Resources reservation load"); 
    465                 buffer.append(accStats.meanReservationLoad); 
    466                 buffer.append(System.getProperty("line.separator")); 
    467464                buffer.append("Energy usage"); 
    468465                buffer.append(accStats.meanEnergyUsage); 
Note: See TracChangeset for help on using the changeset viewer.