|
SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include <instr_private.h>
Public Member Functions | |
| NewEvent (double timestamp, container_t container, type_t type, val_t value) | |
| void | print () override |
Public Member Functions inherited from PajeEvent | |
| virtual | ~PajeEvent () |
Public Attributes | |
| container_t | container |
| type_t | type |
| val_t | value |
Public Attributes inherited from PajeEvent | |
| double | timestamp |
| e_event_type | event_type |
| void * | data |
| NewEvent::NewEvent | ( | double | timestamp, |
| container_t | container, | ||
| type_t | type, | ||
| val_t | value | ||
| ) |
| container_t NewEvent::container |
| type_t NewEvent::type |
| val_t NewEvent::value |