ittnotify: change default notification mode to 3, which includes parallel regions, barriers + imbalance, loops, single regions reporting.

llvm-svn: 236616
This commit is contained in:
Andrey Churbanov 2015-05-06 17:41:58 +00:00
parent 06cf33fbea
commit c6317d55e4
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ int __kmp_settings = FALSE;
int __kmp_duplicate_library_ok = 0;
#if USE_ITT_BUILD
int __kmp_forkjoin_frames = 1;
int __kmp_forkjoin_frames_mode = 0;
int __kmp_forkjoin_frames_mode = 3;
#endif
PACKED_REDUCTION_METHOD_T __kmp_force_reduction_method = reduction_method_not_defined;
int __kmp_determ_red = FALSE;