FACT++  1.0
static uint32_t zofits::DefaultNumThreads ( const uint32_t &  _n = -2)
inlinestatic

static setter for the default number of threads to use. -1 means all available physical cores

Definition at line 92 of file zofits.h.

Referenced by StateMachineFAD< T >::EvalOptions(), and StateMachineFAD< T >::StateMachineFAD().

92 { static uint32_t n=0; if (int32_t(_n)>-2) n=_n; return n; }

+ Here is the caller graph for this function: