Mercurial > hg > Database > Alice
changeset 72:728c254347a6
modify output of ring script
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 21 Feb 2012 21:11:50 +0900 |
parents | a3a2605e16a2 |
children | 4bfd81352cfa d7a3ecc8c4a1 |
files | src/alice/test/topology/ring/FirstRingMessagePassing.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }