|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "simgrid/sg_config.h"#include "src/instr/instr_private.hpp"#include "src/instr/instr_smpi.hpp"#include "src/smpi/include/private.hpp"#include "typeinfo"#include "xbt/virtu.h"#include <fstream>Functions | |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje_trace, instr, "tracing event system") | |
| void | buffer_debug (std::vector< simgrid::instr::PajeEvent *> *buf) |
| void | dump_comment (std::string comment) |
| void | dump_comment_file (std::string filename) |
| void | TRACE_paje_dump_buffer (bool force) |
| void | TRACE_paje_start () |
| void | TRACE_paje_end () |
| void | TRACE_TI_start () |
| void | TRACE_TI_end () |
Variables | |
| static std::stringstream | stream |
| FILE * | tracing_file = nullptr |
| std::vector< simgrid::instr::PajeEvent * > | buffer |
| double | TRACE_last_timestamp_to_dump = 0 |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | instr_paje_trace | , |
| instr | , | ||
| "tracing event system" | |||
| ) |
| void buffer_debug | ( | std::vector< simgrid::instr::PajeEvent *> * | buf | ) |
| void dump_comment | ( | std::string | comment | ) |
| void dump_comment_file | ( | std::string | filename | ) |
| void TRACE_paje_dump_buffer | ( | bool | force | ) |
| void TRACE_paje_start | ( | ) |
| void TRACE_paje_end | ( | ) |
| void TRACE_TI_start | ( | ) |
| void TRACE_TI_end | ( | ) |
|
static |
| FILE* tracing_file = nullptr |
| double TRACE_last_timestamp_to_dump = 0 |