|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
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 More... | |
Functions | |
| __itt_event LIBITTAPI | __itt_event_createA (const char *name, int namelen) |
| Create an event notification. More... | |
| __itt_event LIBITTAPI | __itt_event_createW (const wchar_t *name, int namelen) |
| int LIBITTAPI | __itt_event_start (__itt_event event) |
| Record an event occurrence. More... | |
| int LIBITTAPI | __itt_event_end (__itt_event event) |
| Record an event end occurrence. More... | |
Events group
| #define __itt_event_create __itt_event_createA |
Definition at line 622 of file legacy/ittnotify.h.
| #define __itt_event_create_ptr __itt_event_createA_ptr |
Definition at line 623 of file legacy/ittnotify.h.
| typedef int __itt_event |
user event type
Definition at line 608 of file legacy/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.