LLVM OpenMP 20.0.0git
|
Events group. More...
Macros | |
#define | __itt_event_create __itt_event_createA |
#define | __itt_event_create_ptr __itt_event_createA_ptr |
Typedefs | |
typedef int | __itt_event |
user event type | |
Functions | |
__itt_event LIBITTAPI | __itt_event_createA (const char *name, int namelen) |
Create an event notification. | |
__itt_event LIBITTAPI | __itt_event_createW (const wchar_t *name, int namelen) |
int LIBITTAPI | __itt_event_start (__itt_event event) |
Record an event occurrence. | |
int LIBITTAPI | __itt_event_end (__itt_event event) |
Record an event end occurrence. | |
Events group.
#define __itt_event_create __itt_event_createA |
Definition at line 687 of file ittnotify.h.
#define __itt_event_create_ptr __itt_event_createA_ptr |
Definition at line 688 of file ittnotify.h.
typedef int __itt_event |
user event type
Definition at line 672 of file ittnotify.h.
__itt_event LIBITTAPI __itt_event_createA | ( | const char * | name, |
int | namelen | ||
) |
Create an event notification.
__itt_event LIBITTAPI __itt_event_createW | ( | const wchar_t * | name, |
int | namelen | ||
) |
int LIBITTAPI __itt_event_end | ( | __itt_event | event | ) |
Record an event end occurrence.
int LIBITTAPI __itt_event_start | ( | __itt_event | event | ) |
Record an event occurrence.