|
SimGrid
3.17
Versatile Simulation of Distributed Systems
|
#include <instr_private.h>
Public Member Functions | |
| EndLinkEvent (double timestamp, Container *container, Type *type, Container *destContainer, const char *value, const char *key) | |
| ~EndLinkEvent () | |
| void | print () override |
Public Member Functions inherited from simgrid::instr::PajeEvent | |
| virtual | ~PajeEvent () |
Additional Inherited Members | |
Public Attributes inherited from simgrid::instr::PajeEvent | |
| double | timestamp_ |
| e_event_type | eventType_ |
| simgrid::instr::EndLinkEvent::EndLinkEvent | ( | double | timestamp, |
| Container * | container, | ||
| Type * | type, | ||
| Container * | destContainer, | ||
| const char * | value, | ||
| const char * | key | ||
| ) |
| simgrid::instr::EndLinkEvent::~EndLinkEvent | ( | ) |
|
overridevirtual |
Implements simgrid::instr::PajeEvent.