Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
Loading...
Searching...
No Matches
Collaboration diagram for Frames:

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...
 

Detailed Description

Frames group

Macro Definition Documentation

◆ __itt_frame_create

#define __itt_frame_create   __itt_frame_createA

Definition at line 921 of file legacy/ittnotify.h.

◆ __itt_frame_create_ptr

#define __itt_frame_create_ptr   __itt_frame_createA_ptr

Definition at line 922 of file legacy/ittnotify.h.

Typedef Documentation

◆ __itt_frame

typedef struct __itt_frame_t* __itt_frame

opaque structure for frame identification

Definition at line 909 of file legacy/ittnotify.h.

Function Documentation

◆ __itt_frame_begin()

void ITTAPI __itt_frame_begin ( __itt_frame  frame)

Record an frame begin occurrence.

◆ __itt_frame_createA()

__itt_frame ITTAPI __itt_frame_createA ( const char *  domain)

Create a global frame with given domain.

◆ __itt_frame_createW()

__itt_frame ITTAPI __itt_frame_createW ( const wchar_t *  domain)

◆ __itt_frame_end()

void ITTAPI __itt_frame_end ( __itt_frame  frame)

Record an frame end occurrence.


Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.