Changeset 126 for xssim/trunk/src


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

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/simulator/stats/implementation/GSSimStatistics.java

    r104 r126  
    241241                 
    242242                //TEMPORARY CONFIGURATION SECTION 
    243                 ResourceType [] resForAnalyze = {ResourceType.COMPUTING_RESOURCE, ResourceType.COMPUTING_NODE, ResourceType.CPU}; 
     243                ResourceType [] resForAnalyze = {ResourceType.DATA_CENTER, ResourceType.COMPUTING_NODE, ResourceType.CPU}; 
    244244                HashMap<ResourceType, List<Stats>> type_stats = new HashMap<ResourceType, List<Stats>>(); 
    245245                 
     
    249249                crStats.add(Stats.textEnergy); 
    250250                crStats.add(Stats.chartEnergy); 
    251                 type_stats.put(ResourceType.COMPUTING_RESOURCE, crStats); 
     251                type_stats.put(ResourceType.DATA_CENTER, crStats); 
    252252                 
    253253                List<Stats> cnStats = new ArrayList<Stats>(); 
Note: See TracChangeset for help on using the changeset viewer.