Multi-ApplicationOnlineProfiling
2.1
|
#include <OTF_Event.h>
Data Fields | |
OTF_Event_type | type |
OTF_Event_category | category |
int64_t | str_id |
uint64_t | src_tid |
uint64_t | dest_tid |
uint64_t | comm_id |
Definition at line 43 of file OTF_Event.h.
OTF_Event_category OTF_Event::category |
Definition at line 46 of file OTF_Event.h.
uint64_t OTF_Event::comm_id |
Definition at line 52 of file OTF_Event.h.
uint64_t OTF_Event::dest_tid |
Definition at line 51 of file OTF_Event.h.
uint64_t OTF_Event::src_tid |
Definition at line 50 of file OTF_Event.h.
int64_t OTF_Event::str_id |
Definition at line 48 of file OTF_Event.h.
OTF_Event_type OTF_Event::type |
Definition at line 45 of file OTF_Event.h.