SimGrid  3.14.159
Versatile Simulation of Distributed Systems
xbt_log_layout_simple.c File Reference
#include "xbt/sysdep.h"
#include "xbt/strbuff.h"
#include "src/xbt/log_private.h"
#include "simgrid/simix.h"
#include "surf/surf.h"
#include <stdio.h>
#include "src/internal_config.h"

Macros

#define check_overflow(len)
 

Functions

static int xbt_log_layout_simple_doit (xbt_log_layout_t l, xbt_log_event_t ev, const char *fmt)
 
xbt_log_layout_t xbt_log_layout_simple_new (char *arg)
 create a new simple layout More...
 

Variables

const char * xbt_log_priority_names [8]
 
int xbt_log_no_loc
 
static double simple_begin_of_time = -1
 

Macro Definition Documentation

◆ check_overflow

#define check_overflow (   len)
Value:
if ((rem_size -= (len)) > 0) { \
p += (len); \
} else \
return 0
void int MPI_Datatype int MPI_Aint int MPI_Datatype MPI_Op MPI_Win win void int MPI_Datatype void int MPI_Datatype MPI_Comm comm MPI_Aint MPI_Info void baseptr void int MPI_Datatype void int MPI_Datatype MPI_Comm comm MPI_Comm int keyval MPI_Comm int void attr_value void int MPI_Datatype int MPI_Comm comm MPI_Comm int int int int MPI_Comm comm_cart MPI_Comm int int int int coords MPI_Comm int int int int dest MPI_Comm MPI_Comm int result MPI_Comm MPI_Group MPI_Comm newcomm MPI_Comm comm int keyval MPI_Comm int void int flag MPI_Comm MPI_Group group MPI_Comm int void attribute_val MPI_Comm int int MPI_Comm comm_out int int errorclass int flag void baseptr void int MPI_Datatype void int int MPI_Datatype int MPI_Comm comm MPI_Status MPI_Datatype int count char int resultlen void int MPI_Datatype int MPI_Aint int MPI_Datatype MPI_Win win MPI_Group MPI_Group MPI_Group newgroup MPI_Group group MPI_Group MPI_Group MPI_Group newgroup MPI_Group int int MPI_Group newgroup MPI_Group int size MPI_Group MPI_Group MPI_Group newgroup MPI_Info char key MPI_Info info MPI_Info int nkeys MPI_Info char int int flag int flag int char int int provided void int MPI_Datatype int int MPI_Comm MPI_Request request void int MPI_Datatype int int MPI_Comm MPI_Request request MPI_Copy_function MPI_Delete_function int void extra_state MPI_User_function int MPI_Op op int MPI_Datatype MPI_Comm int size int int MPI_Comm MPI_Status status int provided void int MPI_Datatype int int MPI_Comm MPI_Status status void void int MPI_Datatype MPI_Op MPI_Comm comm void void int MPI_Datatype MPI_Op int MPI_Comm comm void void int MPI_Datatype MPI_Op MPI_Comm comm void int int MPI_Datatype void int MPI_Datatype int MPI_Comm comm void int MPI_Datatype int int int int MPI_Comm MPI_Status status void int MPI_Datatype int int MPI_Comm comm void int MPI_Datatype int int MPI_Comm comm MPI_Request request int MPI_Request int int MPI_Status status int MPI_Request int int MPI_Status statuses int MPI_Datatype MPI_Datatype newtype int int MPI_Aint MPI_Datatype MPI_Datatype new_type int int int MPI_Datatype MPI_Datatype newtype MPI_Type_copy_attr_function MPI_Type_delete_attr_function int void extra_state int int MPI_Aint MPI_Datatype MPI_Datatype newtype MPI_Datatype MPI_Datatype newdatatype int keyval MPI_Datatype int void int flag MPI_Datatype char int * len
Definition: smpi_mpi.cpp:163

Function Documentation

◆ xbt_log_layout_simple_doit()

static int xbt_log_layout_simple_doit ( xbt_log_layout_t  l,
xbt_log_event_t  ev,
const char *  fmt 
)
static

◆ xbt_log_layout_simple_new()

xbt_log_layout_t xbt_log_layout_simple_new ( char *  arg)

create a new simple layout

This layout is not as flexible as the pattern one

Variable Documentation

◆ xbt_log_priority_names

const char* xbt_log_priority_names[8]

◆ xbt_log_no_loc

int xbt_log_no_loc

◆ simple_begin_of_time

double simple_begin_of_time = -1
static