Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new tracing mask TRACE_VOLUME to trace the msg tasks communication size and group...
[simgrid.git] / examples / platforms / metaxml.xml
index 2bb85c8..3c79efc 100644 (file)
@@ -7,9 +7,10 @@
 
   <!-- define a trace inside the XML file -->
   <trace id="mytrace" periodicity="12">
-       5 100
-       17 200
-       15 140
+       5 100    <!-- new value at time 5  is 100 -->
+       12 200   <!-- new value at time 12 is 200 -->
+       15 140   <!-- new value at time 15 is 140 -->
+       <!-- value will stay at 140 for 12 more seconds (the periodicity parameter), and go back on top of the trace afterward) -->
   </trace>
 
   <!-- define a cluster for Nancy. Hosts, links, backbone, routes for inter linkage and external linkage are generated by the parser automatically -->