changing default perf strategy from BASIC (old) to SIMPLE (new, faster)

This commit is contained in:
Andrey Pavlenko 2014-03-21 18:29:06 +04:00
parent bdfd29a0b8
commit a3668f1369

View File

@ -20,7 +20,7 @@ static std::vector<std::string> available_impls;
static std::string param_impl;
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_deviation;