X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19284c10d59accc201e72bed4bb717d0fce96f4b..39e98567c557d81dd5011b8e2ae883d4674b0c9d:/doc/doxygen/outcomes_vizu.doc?ds=inline diff --git a/doc/doxygen/outcomes_vizu.doc b/doc/doxygen/outcomes_vizu.doc index f97248b8ba..b4fb66faf4 100644 --- a/doc/doxygen/outcomes_vizu.doc +++ b/doc/doxygen/outcomes_vizu.doc @@ -1,3 +1,22 @@ +/** +@defgroup TRACE_API TRACING +@brief Gather data about your simulation for later analysis + +SimGrid can trace the resource (of hosts and links) utilization using +any of its programming interfaces (S4U, SimDAG and SMPI). This means +that the tracing will register how much power is used for each host +and how much bandwidth is used for each link of the platform. + +The idea of the tracing facilities is to give SimGrid users to +possibility to classify S4U and SimDAG tasks by category, tracing the +platform utilization (hosts and links) for each of the categories. +The API enables the declaration of categories and a function to +associate them to the tasks (S4U and SD). The tasks that are not +classified according to a category are not traced. If no categories +are specified, simulations can still be traced using a special +parameter in the command line (see @ref outcomes_vizu for details). +*/ + /*! @page outcomes_vizu Visualization and Statistical Analysis SimGrid comes with an extensive support to trace and register what @@ -335,7 +354,7 @@ you should use to analyze your simulator. @li I want to trace the resource utilization of all hosts and links of the platform, and my simulator does not use the tracing API. For that, you can run a uncategorized trace -with the following parameters (it will work with any Simgrid +with the following parameters (it will work with any SimGrid simulator): @verbatim ./your_simulator @