Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tracing option to trace uncategorized resource utilization
[simgrid.git] / src / instr / interface.c
2010-11-05 schnorrnew configuration option tracing/smpi/group
2010-10-28 schnorrmoving TRACE_smpi_set_category to smpi_mpi.c so functio...
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrtracing uncategorized resource utilization
2010-10-06 schnorrcosmetics on tracing mechanism
2010-10-05 schnorrregistering the source and destination of all onelink...
2010-10-01 schnorrtrace cosmetics
2010-09-15 schnorrtrace: new interface function for tracing resource...
2010-09-15 schnorrcreating a source file dedicated to handle the categories
2010-08-09 schnorrfullduplex support
2010-08-06 schnorrtrace: functions to generate links, append a link type...
2010-08-06 schnorrtrace: a dictionary to keep link keys, put and get...
2010-08-05 schnorrtracing MPI collective operations implemented in SMPI
2010-08-05 schnorrtracing MPI_Init and MPI_Finalize (trace container...
2010-08-05 schnorrdetecting if TRACE_start was called too soon (before...
2010-08-05 schnorrkill all aspects related to masks in the tracing interface
2010-07-12 schnorrnew tracing functions to deal with trace markers
2010-06-15 navarropDont declare variables at the middle of nowhere.
2010-05-20 schnorrbug fixes: correct use of xbt dictionaries and arrays
2010-04-25 mquinsonFix copyright headers
2010-04-23 schnorrnew tracing mask TRACE_VOLUME to trace the msg tasks...
2010-04-21 schnorrset the category for process containers also
2010-04-21 schnorrsetting the type of the task so we can define its color...
2010-04-21 schnorrfix: correct trace mask checking
2010-04-21 schnorrallowing the user to set the three tracing masks
2010-04-21 schnorrre-organizing tracing masks and first support for ...
2010-04-15 schnorrfix so enable_compile_warnings works nice when enable_t...
2010-04-15 schnorrremoving unused tracing variable
2010-04-14 schnorrimplement TRACE_start as function instead of pre-proces...
2010-04-13 schnorronly way to know if a category is well declared is...
2010-04-13 schnorrdo not throw an exception if category is already create...
2010-04-13 schnorrcorrecting exception message to let user know which...
2010-04-13 schnorrproperly closing host containers on simulation trace...
2010-04-07 schnorrcorrecting the return value for the TRACE_start function
2010-04-07 schnorrthrowing an exception if TRACE_start is called twice
2010-04-07 schnorrtracing only with the TRACE_PLATFORM mask (for now)
2010-04-01 schnorrproper use of the HAVE_TRACING variable defined by...
2010-04-01 alegrandHuge import with Lucas tracing modifications.