Merge pull request #2515 from apavlenko:perf_default_strategy
This commit is contained in:
commit
623b1db8d1
@ -20,7 +20,7 @@ static std::vector<std::string> available_impls;
|
|||||||
static std::string param_impl;
|
static std::string param_impl;
|
||||||
|
|
||||||
static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT;
|
static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT;
|
||||||
static enum PERF_STRATEGY strategyModule = PERF_STRATEGY_BASE;
|
static enum PERF_STRATEGY strategyModule = PERF_STRATEGY_SIMPLE;
|
||||||
|
|
||||||
static double param_max_outliers;
|
static double param_max_outliers;
|
||||||
static double param_max_deviation;
|
static double param_max_deviation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user