SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/Engine.hpp"
#include "simgrid/s4u/Host.hpp"
#include "instr/instr_interface.h"
#include "mc/mc.h"
#include "src/msg/msg_private.h"
Functions | |
XBT_LOG_NEW_CATEGORY (msg, "All MSG categories") | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (msg_kernel, msg, "Logging specific to MSG (kernel)") | |
static void | MSG_exit () |
static void | _sg_cfg_cb_msg_debug_multiple_use (const char *name) |
void | MSG_init_nocheck (int *argc, char **argv) |
Initialize MSG with less verifications You should use the MSG_init() function instead. More... | |
msg_error_t | MSG_main () |
Launch the MSG simulation. More... | |
void | MSG_config (const char *key, const char *value) |
set a configuration variable More... | |
int | MSG_process_killall (int reset_PIDs) |
Kill all running process. More... | |
double | MSG_get_clock () |
A clock (in second). More... | |
unsigned long int | MSG_get_sent_msg () |
Variables | |
MSG_Global_t | msg_global = nullptr |
XBT_LOG_NEW_CATEGORY | ( | msg | , |
"All MSG categories" | |||
) |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | msg_kernel | , |
msg | , | ||
"Logging specific to MSG (kernel)" | |||
) |
|
static |
|
static |
unsigned long int MSG_get_sent_msg | ( | ) |
MSG_Global_t msg_global = nullptr |