Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sexy sexy, I love figs
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Mar 2006 13:30:03 +0000 (13:30 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Mar 2006 13:30:03 +0000 (13:30 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2050 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/amok/bandwidth.h

index 271bb9a..55cc5b6 100644 (file)
@@ -43,7 +43,7 @@
  *  get the BW between two remote hosts. The elapsed time, as long as the
  *  achieved bandwidth is returned in the last arguments of the functions.
  * 
  *  get the BW between two remote hosts. The elapsed time, as long as the
  *  achieved bandwidth is returned in the last arguments of the functions.
  * 
- *  All sizes are in kilo bytes. The \a buf_size is the size of the buffer
+ *  All sizes are in bytes. The \a buf_size is the size of the buffer
  *   (this is a socket parameter set automatically). The \a exp_size is the
  *   amount of data to send during an experiment. \a msg_size is the size
  *   of each message sent. These values allow you to study phenomenon such
  *   (this is a socket parameter set automatically). The \a exp_size is the
  *   amount of data to send during an experiment. \a msg_size is the size
  *   of each message sent. These values allow you to study phenomenon such
  *   messages of 16k will be sent (so that the total amount of data equals
  *   64k). Of course, you can use other values if you want to.
  * 
  *   messages of 16k will be sent (so that the total amount of data equals
  *   64k). Of course, you can use other values if you want to.
  * 
+ *  \htmlonly
+ * <img align=center src="amok_bw_test.png" alt="amok bandwidth measurement protocol"><br>
+ * \endhtmlonly
+ * 
  *  \todo Cleanup and implement the link saturation stuff.
  *
  *  @{
  *  \todo Cleanup and implement the link saturation stuff.
  *
  *  @{