From 12855982550389036cbe1eef9b93572f1086fb0c Mon Sep 17 00:00:00 2001 From: Lucas Schnorr Date: Mon, 26 Dec 2011 12:44:36 +0100 Subject: [PATCH 1/1] [doc] documentation for three tracing options --- doc/tracing.doc | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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 : -- 2.20.1