|
Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
|
Macros | |
| #define | __itt_frame_create __itt_frame_createA |
| #define | __itt_frame_create_ptr __itt_frame_createA_ptr |
Typedefs | |
| typedef struct __itt_frame_t * | __itt_frame |
| opaque structure for frame identification More... | |
Functions | |
| __itt_frame ITTAPI | __itt_frame_createA (const char *domain) |
| Create a global frame with given domain. More... | |
| __itt_frame ITTAPI | __itt_frame_createW (const wchar_t *domain) |
| void ITTAPI | __itt_frame_begin (__itt_frame frame) |
| Record an frame begin occurrence. More... | |
| void ITTAPI | __itt_frame_end (__itt_frame frame) |
| Record an frame end occurrence. More... | |
Frames group
| #define __itt_frame_create __itt_frame_createA |
Definition at line 921 of file legacy/ittnotify.h.
| #define __itt_frame_create_ptr __itt_frame_createA_ptr |
Definition at line 922 of file legacy/ittnotify.h.
| typedef struct __itt_frame_t* __itt_frame |
opaque structure for frame identification
Definition at line 909 of file legacy/ittnotify.h.
| void ITTAPI __itt_frame_begin | ( | __itt_frame | frame | ) |
Record an frame begin occurrence.
| __itt_frame ITTAPI __itt_frame_createA | ( | const char * | domain | ) |
Create a global frame with given domain.
| __itt_frame ITTAPI __itt_frame_createW | ( | const wchar_t * | domain | ) |
| void ITTAPI __itt_frame_end | ( | __itt_frame | frame | ) |
Record an frame end occurrence.