|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "src/instr/instr_private.h"#include "xbt/virtu.h"#include "xbt/xbt_os_time.h"#include "simgrid/sg_config.h"#include <errno.h>#include <string.h>#include <sys/stat.h>Functions | |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_TI_trace, instr_trace, "tracing event system") | |
| void | TRACE_TI_init () |
| void | TRACE_TI_start () |
| void | TRACE_TI_end () |
| void | print_TICreateContainer (paje_event_t event) |
| void | print_TIDestroyContainer (paje_event_t event) |
| void | print_TIPushState (paje_event_t event) |
Variables | |
| FILE * | tracing_file |
| double | prefix =0.0 |
| xbt_dict_t | tracing_files = nullptr |
| s_instr_trace_writer_t | active_writer |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | instr_TI_trace | , |
| instr_trace | , | ||
| "tracing event system" | |||
| ) |
| void TRACE_TI_init | ( | ) |
| void TRACE_TI_start | ( | ) |
| void TRACE_TI_end | ( | ) |
| void print_TICreateContainer | ( | paje_event_t | event | ) |
| void print_TIDestroyContainer | ( | paje_event_t | event | ) |
| void print_TIPushState | ( | paje_event_t | event | ) |
| FILE* tracing_file |
| double prefix =0.0 |
| xbt_dict_t tracing_files = nullptr |
| s_instr_trace_writer_t active_writer |