# HG changeset patch # User kazz # Date 1329826310 -32400 # Node ID 728c254347a6356300f516aa38be823bb3695498 # Parent a3a2605e16a28ebbff162914c0e714e059a75e4e modify output of ring script diff -r a3a2605e16a2 -r 728c254347a6 src/alice/test/topology/ring/FirstRingMessagePassing.java --- a/src/alice/test/topology/ring/FirstRingMessagePassing.java Tue Feb 21 21:10:15 2012 +0900 +++ b/src/alice/test/topology/ring/FirstRingMessagePassing.java Tue Feb 21 21:11:50 2012 +0900 @@ -26,7 +26,7 @@ ods.put("right", "finish", ValueFactory.createNilValue()); long endTime = System.nanoTime(); long time = endTime - startTime; - System.out.println(nodeNum + ", " + time / (count * 1000000.0f)); + System.out.println(nodeNum + " " + time / count / 1000000.0); return; }