From a692599504b1ee4d59a1f4079573f8f5b703d64f Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 11 Jul 2006 22:05:07 +0000 Subject: [PATCH] Arnaud ask me for more documentation in my code. Can you believe it ?? ;) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2531 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/amok/Bandwidth/bandwidth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index 07794c5476..fe7394466c 100644 --- a/src/amok/Bandwidth/bandwidth.c +++ b/src/amok/Bandwidth/bandwidth.c @@ -108,7 +108,7 @@ void amok_bw_bw_leave() { * \arg exp_size: Total size of data sent across the network * \arg msg_size: Size of each message sent. Ie, (\e expSize % \e msgSize) messages will be sent. * \arg min_duration: The minimum wanted duration. When the test message is too little, you tend to measure the latency. This argument allows you to force the test to take at least, say one second. - * \arg sec: where the result (in seconds) should be stored. + * \arg sec: where the result (in seconds) should be stored. If the experiment was done several times because the first one was too short, this is the timing of the last run only. * \arg bw: observed Bandwidth (in byte/s) * * Conduct a bandwidth test from the local process to the given peer. -- 2.20.1