SimGrid  3.16
Versatile Simulation of Distributed Systems
xbt_log_layout_simple.c File Reference
#include "xbt/sysdep.h"
#include "src/xbt/log_private.h"
#include "simgrid/simix.h"
#include "surf/surf.h"
#include <stdio.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
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 void void MPI_Datatype int MPI_Aint MPI_Op 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 MPI_Op int commute void int MPI_Datatype void int int MPI_Comm comm void int MPI_Datatype int MPI_Aint int MPI_Datatype MPI_Win win void int MPI_Datatype int MPI_Aint int MPI_Datatype MPI_Op MPI_Win MPI_Request request 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 int MPI_Datatype int MPI_Aint int MPI_Datatype MPI_Win MPI_Request request void int MPI_Datatype int MPI_Aint int MPI_Datatype MPI_Win MPI_Request request void int MPI_Datatype void int MPI_Datatype int MPI_Comm comm void int MPI_Datatype int int MPI_Comm MPI_Request request void int MPI_Datatype int int void int MPI_Datatype int int MPI_Comm MPI_Status status void int MPI_Datatype int int MPI_Comm MPI_Request request int MPI_Request requests int MPI_Request int MPI_Status statuses MPI_Request int MPI_Status status MPI_Datatype datatype int int MPI_Aint MPI_Datatype MPI_Datatype newtype int int MPI_Aint MPI_Datatype MPI_Datatype new_type int int int MPI_Datatype MPI_Datatype newtype MPI_Datatype MPI_Aint MPI_Aint MPI_Datatype newtype MPI_Datatype int type_keyval MPI_Datatype MPI_Aint extent MPI_Datatype datatype MPI_Datatype MPI_Aint MPI_Aint extent MPI_Datatype MPI_Aint MPI_Aint extent int int MPI_Aint MPI_Datatype MPI_Datatype newtype MPI_Datatype MPI_Aint disp MPI_Datatype char name MPI_Datatype MPI_Count size MPI_Datatype MPI_Aint disp void int int void int MPI_Datatype MPI_Comm comm int MPI_Request int MPI_Status status int MPI_Request int int MPI_Status status void MPI_Aint int MPI_Info MPI_Comm MPI_Win win MPI_Win void MPI_Aint size MPI_Info MPI_Comm MPI_Win win MPI_Win win MPI_Win char int * len
Definition: smpi_mpi.cpp:201

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