Changeset 110 for xssim/trunk/src/simulator/GridSchedulingSimulator.java
- Timestamp:
- 03/15/12 10:09:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/simulator/GridSchedulingSimulator.java
r104 r110 899 899 long stopSimulation = System.currentTimeMillis(); 900 900 901 GSSimStatistics stats = new GSSimStatistics(simulationIdentifier,901 /*GSSimStatistics stats = new GSSimStatistics(simulationIdentifier, 902 902 options, wl, null, resources, null, statsOutputPath); 903 903 accumulatedStatistics.add(stats); 904 904 if (log.isInfoEnabled()) 905 905 log.info("Generating statistics..."); 906 stats.generateStatistics(); 906 stats.generateStatistics();*/ 907 907 908 908 // Fill the statistical data
Note: See TracChangeset
for help on using the changeset viewer.