|
SimGrid
3.17
Versatile Simulation of Distributed Systems
|
#include <instr_private.h>
Public Member Functions | |
| NewEvent (double timestamp, Container *container, Type *type, Value *val) | |
| void | print () override |
Public Member Functions inherited from simgrid::instr::PajeEvent | |
| virtual | ~PajeEvent () |
Public Attributes | |
| Container * | container |
| Type * | type |
| Value * | val |
Public Attributes inherited from simgrid::instr::PajeEvent | |
| double | timestamp_ |
| e_event_type | eventType_ |
| simgrid::instr::NewEvent::NewEvent | ( | double | timestamp, |
| Container * | container, | ||
| Type * | type, | ||
| Value * | val | ||
| ) |
|
overridevirtual |
Implements simgrid::instr::PajeEvent.
| Container* simgrid::instr::NewEvent::container |
| Type* simgrid::instr::NewEvent::type |
| Value* simgrid::instr::NewEvent::val |