Multi-ApplicationOnlineProfiling
2.1
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | OTF_Event |
Enumerations | |
enum | OTF_Event_type { OTF_EVENT_NONE, OTF_EVENT_ENTER, OTF_EVENT_LEAVE } |
enum | OTF_Event_category { OTF_EVENT_OTHER, OTF_EVENT_MPI, OTF_EVENT_POSIX } |
enum OTF_Event_category |
Enumerator | |
---|---|
OTF_EVENT_OTHER | |
OTF_EVENT_MPI | |
OTF_EVENT_POSIX |
Definition at line 36 of file OTF_Event.h.
enum OTF_Event_type |
Enumerator | |
---|---|
OTF_EVENT_NONE | |
OTF_EVENT_ENTER | |
OTF_EVENT_LEAVE |
Definition at line 29 of file OTF_Event.h.