LLVM OpenMP* Runtime Library
|
flags to describe the statistic ( timers or counter ) More...
#include <kmp_stats.h>
Static Public Attributes | |
static const int | onlyInMaster = 1<<0 |
statistic is valid only for master | |
static const int | noUnits = 1<<1 |
statistic doesn't need units printed next to it in output | |
static const int | synthesized = 1<<2 |
statistic's value is created atexit time in the __kmp_output_stats function | |
static const int | notInMaster = 1<<3 |
statistic is valid for non-master threads | |
static const int | logEvent = 1<<4 |
statistic can be logged when KMP_STATS_EVENTS is on (valid only for timers) | |
flags to describe the statistic ( timers or counter )
Definition at line 46 of file kmp_stats.h.