From 5ab0c18cceae362cc3235a15fc2515f1631805c1 Mon Sep 17 00:00:00 2001 From: schnorr Date: Sat, 24 Mar 2012 22:36:44 +0100 Subject: [PATCH] ChangeLog updated with the latest changes in the tracing subsystem --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 623b1ef6b8..e5df321432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -72,6 +72,20 @@ SimGrid (3.7) NOT RELEASED; urgency=low SMPI: * Enable it by default now that it is considered rather stable. + TRACE: + * Documentation of the tracing functions. + * Performance gains when tracing categorized/uncategorized resource + utilization by avoiding calls to get route when updating resource + variables. LMM constraints are being used instead. + * API changed to set task categories. Use MSG_task_set_category instead + of TRACE_msg_set_task_category, and SD_task_set_category instead + of TRACE_sd_set_task_category. They only work if ENABLE_TRACING is ON. + * Bugfix for graphicator, routes not correctly obtained, memory leaks + * Examples for link user variables added (see at examples/msg/tracing/) + * Deprecated function TRACE_msg_set_process_category completely removed + * Trace header updated according to the latest Paje file format + * Tracing network lazy updates, no longer obligate users to use full updates + Lua: * Improve the API of Lua MSG bindings, using the Lua spirit. * Each simulated process now lives in its own Lua world (globals are -- 2.20.1