Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <ittnotify_config.h>
Public Attributes | |
const char * | nameA |
void * | nameW |
const char * | domainA |
void * | domainW |
int | type |
long | index |
int | extra1 |
void * | extra2 |
struct __itt_counter_info * | next |
Definition at line 405 of file ittnotify_config.h.
const char* __itt_counter_info::domainA |
Copy of original name in ASCII.
Definition at line 413 of file ittnotify_config.h.
void* __itt_counter_info::domainW |
Definition at line 417 of file ittnotify_config.h.
int __itt_counter_info::extra1 |
Reserved to the runtime
Definition at line 421 of file ittnotify_config.h.
void* __itt_counter_info::extra2 |
Reserved to the runtime
Definition at line 422 of file ittnotify_config.h.
long __itt_counter_info::index |
Definition at line 420 of file ittnotify_config.h.
const char* __itt_counter_info::nameA |
Copy of original name in ASCII.
Definition at line 407 of file ittnotify_config.h.
void* __itt_counter_info::nameW |
Definition at line 411 of file ittnotify_config.h.
struct __itt_counter_info* __itt_counter_info::next |
Definition at line 423 of file ittnotify_config.h.
int __itt_counter_info::type |
Definition at line 419 of file ittnotify_config.h.