HomeSort by relevance Sort by last modified time
    Searched refs:PERF_STRATEGY (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 257 enum PERF_STRATEGY
369 static enum PERF_STRATEGY getCurrentModulePerformanceStrategy();
370 static enum PERF_STRATEGY setModulePerformanceStrategy(enum PERF_STRATEGY strategy);
384 PERF_STRATEGY getCurrentPerformanceStrategy() const;
413 enum PERF_STRATEGY testStrategy;
457 _declareHelper& strategy(enum PERF_STRATEGY s);
  /external/opencv3/modules/ts/src/
ts_perf.cpp 33 static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT;
34 static enum PERF_STRATEGY strategyModule = PERF_STRATEGY_SIMPLE;
757 "{ perf_strategy |default |specifies performance measuring strategy: default, base or simple (weak restrictions)}"
791 std::string perf_strategy = args.get<std::string>("perf_strategy"); local
792 if (perf_strategy == "default")
796 else if (perf_strategy == "base")
800 else if (perf_strategy == "simple")
806 printf("No such strategy: %s\n", perf_strategy.c_str());
    [all...]

Completed in 84 milliseconds