Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deal with trace
[simgrid.git] / teshsuite / msg / trace_integration / test-hbp1.0-hbp3.0-hbp4.0.xml
diff --git a/teshsuite/msg/trace_integration/test-hbp1.0-hbp3.0-hbp4.0.xml b/teshsuite/msg/trace_integration/test-hbp1.0-hbp3.0-hbp4.0.xml
new file mode 100644 (file)
index 0000000..e359c41
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <process host="Cpu B" function="test_trace" start_time="10">
+       <argument value="25"/>
+       <argument value="1.0"/>
+  </process>
+  <process host="Cpu B" function="test_trace" start_time="10">
+       <argument value="75"/>
+       <argument value="3.0"/>
+  </process>
+  <process host="Cpu B" function="test_trace" start_time="20">
+       <argument value="120"/>
+       <argument value="4.0"/>
+  </process>
+</platform>