Ignore:
Timestamp:
03/15/12 10:09:01 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/simulator/GridSchedulingSimulator.java

    r104 r110  
    899899                long stopSimulation = System.currentTimeMillis(); 
    900900 
    901                 GSSimStatistics stats = new GSSimStatistics(simulationIdentifier, 
     901                /*GSSimStatistics stats = new GSSimStatistics(simulationIdentifier, 
    902902                                options, wl, null, resources, null, statsOutputPath); 
    903903                accumulatedStatistics.add(stats); 
    904904                if (log.isInfoEnabled()) 
    905905                        log.info("Generating statistics..."); 
    906                 stats.generateStatistics(); 
     906                stats.generateStatistics();*/ 
    907907 
    908908                // Fill the statistical data 
Note: See TracChangeset for help on using the changeset viewer.