V8 Project
ittnotify_types.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ___itt_group_list
 

Macros

#define ITT_GROUP_LIST(varname)
 

Typedefs

typedef enum ___itt_group_id __itt_group_id
 
typedef struct ___itt_group_list __itt_group_list
 

Enumerations

enum  ___itt_group_id {
  __itt_group_none = 0 , __itt_group_legacy = 1<<0 , __itt_group_control = 1<<1 , __itt_group_thread = 1<<2 ,
  __itt_group_mark = 1<<3 , __itt_group_sync = 1<<4 , __itt_group_fsync = 1<<5 , __itt_group_jit = 1<<6 ,
  __itt_group_model = 1<<7 , __itt_group_splitter_min = 1<<7 , __itt_group_counter = 1<<8 , __itt_group_frame = 1<<9 ,
  __itt_group_stitch = 1<<10 , __itt_group_heap = 1<<11 , __itt_group_splitter_max = 1<<12 , __itt_group_structure = 1<<12 ,
  __itt_group_suppress = 1<<13 , __itt_group_all = -1
}
 

Macro Definition Documentation

◆ ITT_GROUP_LIST

#define ITT_GROUP_LIST (   varname)
Value:
static __itt_group_list varname[] = { \
{ __itt_group_all, "all" }, \
{ __itt_group_control, "control" }, \
{ __itt_group_thread, "thread" }, \
{ __itt_group_mark, "mark" }, \
{ __itt_group_sync, "sync" }, \
{ __itt_group_fsync, "fsync" }, \
{ __itt_group_jit, "jit" }, \
{ __itt_group_model, "model" }, \
{ __itt_group_counter, "counter" }, \
{ __itt_group_frame, "frame" }, \
{ __itt_group_stitch, "stitch" }, \
{ __itt_group_heap, "heap" }, \
{ __itt_group_structure, "structure" }, \
{ __itt_group_suppress, "suppress" }, \
}
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL
@ __itt_group_counter
@ __itt_group_heap
@ __itt_group_mark
@ __itt_group_jit
@ __itt_group_none
@ __itt_group_stitch
@ __itt_group_control
@ __itt_group_fsync
@ __itt_group_model
@ __itt_group_frame
@ __itt_group_sync
@ __itt_group_thread
@ __itt_group_suppress
@ __itt_group_structure
@ __itt_group_all

Definition at line 93 of file ittnotify_types.h.

Typedef Documentation

◆ __itt_group_id

◆ __itt_group_list

Enumeration Type Documentation

◆ ___itt_group_id

Enumerator
__itt_group_none 
__itt_group_legacy 
__itt_group_control 
__itt_group_thread 
__itt_group_mark 
__itt_group_sync 
__itt_group_fsync 
__itt_group_jit 
__itt_group_model 
__itt_group_splitter_min 
__itt_group_counter 
__itt_group_frame 
__itt_group_stitch 
__itt_group_heap 
__itt_group_splitter_max 
__itt_group_structure 
__itt_group_suppress 
__itt_group_all 

Definition at line 61 of file ittnotify_types.h.

62 {
63  __itt_group_none = 0,
64  __itt_group_legacy = 1<<0,
65  __itt_group_control = 1<<1,
66  __itt_group_thread = 1<<2,
67  __itt_group_mark = 1<<3,
68  __itt_group_sync = 1<<4,
69  __itt_group_fsync = 1<<5,
70  __itt_group_jit = 1<<6,
71  __itt_group_model = 1<<7,
73  __itt_group_counter = 1<<8,
74  __itt_group_frame = 1<<9,
75  __itt_group_stitch = 1<<10,
76  __itt_group_heap = 1<<11,
78  __itt_group_structure = 1<<12,
79  __itt_group_suppress = 1<<13,
80  __itt_group_all = -1
@ __itt_group_splitter_max
@ __itt_group_legacy
@ __itt_group_splitter_min
enum ___itt_group_id __itt_group_id