|
SimGrid
3.17
Versatile Simulation of Distributed Systems
|
#include "src/instr/instr_private.h"#include "src/instr/instr_smpi.h"#include "src/smpi/include/private.hpp"#include "typeinfo"#include "xbt/virtu.h"#include "simgrid/sg_config.h"#include <sstream>#include <vector>#include <iomanip>#include <sys/stat.h>Variables | |
| static std::stringstream | stream |
| FILE * | tracing_file = nullptr |
| static xbt_dict_t | tracing_files = nullptr |
| static double | prefix =0.0 |
| 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" | |||
| ) |
std::setprecision
| void buffer_debug | ( | std::vector< simgrid::instr::PajeEvent *> * | buf | ) |
| void dump_comment | ( | const char * | comment | ) |
| void dump_comment_file | ( | const char * | filename | ) |
| void TRACE_paje_dump_buffer | ( | int | force | ) |
|
static |
|
static |
|
static |
| void TRACE_paje_start | ( | ) |
| void TRACE_paje_end | ( | ) |
| void LogContainerTypeDefinition | ( | simgrid::instr::Type * | type | ) |
| void LogVariableTypeDefinition | ( | simgrid::instr::Type * | type | ) |
| void LogStateTypeDefinition | ( | simgrid::instr::Type * | type | ) |
| void LogDefineEventType | ( | simgrid::instr::Type * | type | ) |
| void LogLinkTypeDefinition | ( | simgrid::instr::Type * | type, |
| simgrid::instr::Type * | source, | ||
| simgrid::instr::Type * | dest | ||
| ) |
| void LogEntityValue | ( | simgrid::instr::Value * | val | ) |
| void LogContainerCreation | ( | container_t | container | ) |
| void LogContainerDestruction | ( | container_t | container | ) |
| void TRACE_TI_start | ( | ) |
| void TRACE_TI_end | ( | ) |
|
static |
| FILE* tracing_file = nullptr |
|
static |
|
static |
| double TRACE_last_timestamp_to_dump = 0 |