SimGrid  3.14.159
Versatile Simulation of Distributed Systems
instr_paje_values.cpp File Reference
#include <xbt/ex.hpp>
#include "src/instr/instr_private.h"

Functions

 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje_values, instr, "Paje tracing event system (values)")
 
val_t PJ_value_new (const char *name, const char *color, type_t father)
 
val_t PJ_value_get_or_new (const char *name, const char *color, type_t father)
 
val_t PJ_value_get (const char *name, type_t father)
 
void PJ_value_free (val_t value)
 

Function Documentation

◆ XBT_LOG_NEW_DEFAULT_SUBCATEGORY()

XBT_LOG_NEW_DEFAULT_SUBCATEGORY ( instr_paje_values  ,
instr  ,
"Paje tracing event system (values)"   
)

◆ PJ_value_new()

val_t PJ_value_new ( const char *  name,
const char *  color,
type_t  father 
)

◆ PJ_value_get_or_new()

val_t PJ_value_get_or_new ( const char *  name,
const char *  color,
type_t  father 
)

◆ PJ_value_get()

val_t PJ_value_get ( const char *  name,
type_t  father 
)

◆ PJ_value_free()

void PJ_value_free ( val_t  value)