From: Lucas Schnorr Date: Mon, 26 Dec 2011 11:44:36 +0000 (+0100) Subject: [doc] documentation for three tracing options X-Git-Tag: exp_20120216~214 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/12855982550389036cbe1eef9b93572f1086fb0c?hp=e39dc1e622e1d1b310bd4376b4c76c122bfd8778 [doc] documentation for three tracing options --- diff --git a/doc/tracing.doc b/doc/tracing.doc index d5596e8b34..2ff441a6f5 100644 --- a/doc/tracing.doc +++ b/doc/tracing.doc @@ -222,6 +222,42 @@ tracing/msg/process --cfg=tracing/msg/process:1 \endverbatim +\li \c +tracing/buffer +: + This option put some events in a time-ordered buffer using the + insertion sort algorithm. The process of acquiring and releasing + locks to access this buffer and the cost of the sorting algorithm + make this process slow. The simulator performance can be severely + impacted if this option is activated, but you are sure to get a trace + file with events sorted. +\verbatim +--cfg=tracing/buffer:1 +\endverbatim + +\li \c +tracing/onelink_only +: +This option changes the way SimGrid register its platform on the trace +file. Normally, the tracing considers all routes (no matter their +size) on the platform file to re-create the resource topology. If this +option is activated, only the routes with one link are used to +register the topology within an AS. Routes among AS continue to be +traced as usual. +\verbatim +--cfg=tracing/onelink_only:1 +\endverbatim + +\li \c +tracing/disable_destroy +: +Disable the destruction of containers at the end of simulation. This +can be used with simulators that have a different notion of time +(different from the simulated time). +\verbatim +--cfg=tracing/disable_destroy:1 +\endverbatim + \li \c triva/categorized :