Ignore:
Timestamp:
10/08/12 10:23:45 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/simulator/DataCenterWorkloadSimulator.java

    r477 r481  
    2626import simulator.reader.ResourceReader; 
    2727import simulator.stats.AccumulatedStatistics; 
    28 import simulator.stats.implementation.WormsStatistics; 
     28import simulator.stats.implementation.DCWormsStatistics; 
    2929import simulator.utils.LogErrStream; 
    3030import simulator.workload.WorkloadLoader; 
     
    4040 * {@link #main(String[])} method used to invoke the program. This class also 
    4141 * provides second possibility to start the simulator, namely one may use the 
    42  * {@link #performSimulation(ConfigurationOptions, WormsStatistics)} method. 
     42 * {@link #performSimulation(ConfigurationOptions, DCWormsStatistics)} method. 
    4343 * In this case, the input parameter, describing the simulation options, must be 
    4444 * earlier prepared. The results of the simulation can be acquired using the 
     
    269269                rc.setInitList(null); 
    270270                 
    271                 WormsUsers wl = new WormsUsers("Users", 
     271                DCWormsUsers wl = new DCWormsUsers("Users", 
    272272                                rc.getScheduler().get_name(), workload); 
    273273                 
     
    275275                long stopSimulation = System.currentTimeMillis(); 
    276276 
    277                 WormsStatistics stats = new WormsStatistics(simulationIdentifier, 
     277                DCWormsStatistics stats = new DCWormsStatistics(simulationIdentifier, 
    278278                                options, wl, statsOutputPath, rc); 
    279279                accumulatedStatistics.add(stats); 
Note: See TracChangeset for help on using the changeset viewer.