X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4ed810d292615d6b5006fff0d3ea24aefbe2002..281f8c29e177852dcb1591fc31e363e1176857c8:/examples/java/tracing/tracingPingPong.tesh diff --git a/examples/java/tracing/tracingPingPong.tesh b/examples/java/tracing/tracingPingPong.tesh index 661fd4ee0a..9c7bd25a9b 100644 --- a/examples/java/tracing/tracingPingPong.tesh +++ b/examples/java/tracing/tracingPingPong.tesh @@ -1,12 +1,12 @@ -#! ./tesh +#! tesh ! output sort -$ java -cp ${classpath:=.} tracing/TracingTest ./platform.xml ./tracing/tracingPingPongDeployment.xml --cfg=tracing:1 --cfg=tracing/filename:simulation.trace --cfg=tracing/platform:1 +$ java -classpath ${classpath:=.} tracing/TracingTest ${srcdir:=.}/platform.xml ${srcdir:=.}/tracing/tracingPingPongDeployment.xml --cfg=tracing:yes --cfg=tracing/filename:simulation.trace --cfg=tracing/platform:yes > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up. -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to '1' +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'simulation.trace' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to '1' +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to 'yes' > [4.474401] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... > [Boivin:tracing.Receiver:(2) 0.000000] [jmsg/INFO] hello! > [Boivin:tracing.Receiver:(2) 0.000000] [jmsg/INFO] try to get a task @@ -36,3 +36,4 @@ $ java -cp ${classpath:=.} tracing/TracingTest ./platform.xml ./tracing/tracingP > [Marcel:tracing.Receiver:(3) 3.057925] [jmsg/INFO] --- bw 1.0414912057858452E8 ---- > [Marcel:tracing.Receiver:(3) 4.474401] [jmsg/INFO] goodbye! +$ rm -rf simulation.trace