From 90e4c5ad80e72c1ddfe0ceaa527ed76b1d51e0a2 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 5 Jul 2016 17:07:08 +0200 Subject: [PATCH] [DOC] Documented tracing/precision configuration option. --- doc/doxygen/outcomes_vizu.doc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/outcomes_vizu.doc b/doc/doxygen/outcomes_vizu.doc index 2673e2f546..d8cecd86b5 100644 --- a/doc/doxygen/outcomes_vizu.doc +++ b/doc/doxygen/outcomes_vizu.doc @@ -301,9 +301,13 @@ Use this to add the contents of a file to the top of the trace file as comment. \li \c tracing/precision : -TODO +This option determines the precision of timings stored in the trace file. Make sure +you set \ref options_model_precision to at least the same value as this option! (Traces +cannot be more accurate than the simulation; they can be less accurate, though.) + +The following example will give you a precision of E-10 in the trace file: \verbatim -TODO +--cfg=tracing/precision:10 \endverbatim \li \c -- 2.20.1