LLVM OpenMP* Runtime Library
Static Public Attributes | List of all members
stats_flags_e Class Reference

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)
 

Detailed Description

flags to describe the statistic ( timers or counter )

Definition at line 40 of file kmp_stats.h.


The documentation for this class was generated from the following file: