Ignore:
Timestamp:
10/29/12 14:02:14 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/example/experiment1/experiment1.properties

    r507 r529  
    1111stats.outputfolder=../experiment1_result 
    1212 
     13# Define the type and content of charts to generate 
    1314 
     15# Gantt chart 
    1416creatediagrams.gantt=true 
     17 
     18# Shows the execution times of tasks 
    1519creatediagrams.tasks=true 
     20 
     21# Shows the waiting times of tasks 
    1622creatediagrams.taskswaitingtime=true 
    1723 
     24# Resource utilization chart - only for processors 
    1825creatediagrams.resutilization=Processor 
    1926 
Note: See TracChangeset for help on using the changeset viewer.