X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7852e4b4039886f33fe9e7cd406848ffc33dfef8..059ffba3002aa86e17392c7f2c884095ab64591b:/doc/platform.doc diff --git a/doc/platform.doc b/doc/platform.doc index 81acedd1eb..5aff0e6cc7 100644 --- a/doc/platform.doc +++ b/doc/platform.doc @@ -894,9 +894,19 @@ All constraints you have is that trace_connect is after trace and trace attributes : \li id (mandatory): the identifier of the trace to be used when referring to it. -\li file: filename of the file to include. Possible values : absolute or relative path, syntax similar to the one in use on your system. +\li file: filename of the file to include. Possible values : absolute or relative path, syntax similar to the one in use on your system. If ommited, the system expects that you provide the trace values inside the trace tags (see below). \li trace periodicity (mandatory): trace periodicity, same definition as in hosts (see upper for details). +Here is an example of trace when no file name is provided: + +\verbatim + + 0.0 1.0 + 11.0 0.5 + 20.0 0.8 + +\endverbatim + trace_connect attributes : \li kind: the type of trace, possible values HOST_AVAIL|POWER|LINK_AVAIL|BANDWIDTH|LATENCY, default: HOST_AVAIL \li trace (mandatory): the identifier of the trace referenced.