X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/075bb006441d99215debcb482c791d594f405ad2..7f4e90c90bde9bc53b419e1626c9caeac5ad25fc:/doc/tracing.doc?ds=sidebyside diff --git a/doc/tracing.doc b/doc/tracing.doc index a6f8857c16..2c590eeb83 100644 --- a/doc/tracing.doc +++ b/doc/tracing.doc @@ -203,15 +203,6 @@ tracing/smpi/group --cfg=tracing/smpi/group:1 \endverbatim -\li \c -tracing/msg/task -: - This option only has effect if this simulator is MSG-based. It traces the - behavior of all categorized MSG tasks, grouping them by hosts. -\verbatim ---cfg=tracing/msg/task:1 -\endverbatim - \li \c tracing/msg/process : @@ -575,37 +566,8 @@ visualization was generated with the following configuration: \endhtmlonly -- Understading Triva - colors: An important issue when using Triva is how - to define colors. To do that, we have to know which variables are defined in -the trace file generated by the SimGrid library. The parameter --list -lists the variables for a given trace file: -\verbatim -$ Triva -l masterslave_forwarder.trace -iFile -c platform -c HOST -v power -v is_slave -v is_master -v task_creation -v task_computation -v pcompute -v pfinalize -c LINK -v bandwidth -v latency -v bcompute -v bfinalize -c user_type -\endverbatim -We can see that HOST has seven variables (from power to pfinalize) and LINK has -four (from bandwidth to bfinalize). To define a red color for the -pcompute and bcompute (which are defined based on user category -compute), execute: -\verbatim -$ defaults write Triva 'pcompute Color' '1 0 0' -$ defaults write Triva 'bcompute Color' '1 0 0' -\endverbatim -Where the three numbers in each line are the RGB color with values from 0 to 1. +- Understading Triva - colors: Colors are now registered in +trace files. See the tracing API to how to define them for your +simulator. -*/ \ No newline at end of file +*/