Multi-ApplicationOnlineProfiling
2.1
|
Struct defining an event. More...
#include <Event_Desc.h>
Data Fields | |
struct Event_Locus | locus |
The event locator. More... | |
MALP_Trace_event_type | type |
The type of the event. More... | |
uint64_t | timestamp |
Creation date. More... | |
uint64_t | duration |
Duration. More... | |
uint64_t | tid |
The stream unique id. More... | |
uint64_t | partition_id |
The sender partition id. More... | |
int | rank |
The rank. More... | |
MALP_Trace_event_t | event |
The event data. More... | |
Struct defining an event.
Definition at line 82 of file Event_Desc.h.
uint64_t MALP_Trace_Event::duration |
Duration.
Definition at line 87 of file Event_Desc.h.
MALP_Trace_event_t MALP_Trace_Event::event |
The event data.
Definition at line 91 of file Event_Desc.h.
struct Event_Locus MALP_Trace_Event::locus |
The event locator.
Definition at line 84 of file Event_Desc.h.
uint64_t MALP_Trace_Event::partition_id |
The sender partition id.
Definition at line 89 of file Event_Desc.h.
int MALP_Trace_Event::rank |
The rank.
Definition at line 90 of file Event_Desc.h.
uint64_t MALP_Trace_Event::tid |
The stream unique id.
Definition at line 88 of file Event_Desc.h.
uint64_t MALP_Trace_Event::timestamp |
Creation date.
Definition at line 86 of file Event_Desc.h.
MALP_Trace_event_type MALP_Trace_Event::type |
The type of the event.
Definition at line 85 of file Event_Desc.h.