- Timestamp:
- 10/28/14 23:25:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java
r1427 r1452 22 22 23 23 import schedframe.SimulatedEnvironment; 24 import schedframe.resources.utils.ResourceIdGenerator; 25 import schedframe.scheduling.manager.tasks.JobRegistryImpl; 24 26 import simulator.reader.ResourceReader; 25 27 import simulator.stats.AccumulatedStatistics; … … 178 180 performSimulation(simulationIdentifier, 179 181 configurationOptions); // run the simulation 182 ResourceIdGenerator.reset(); 183 JobRegistryImpl.reset(); 180 184 181 185 } catch (Exception e) {
Note: See TracChangeset
for help on using the changeset viewer.