From 9452233e0322c4d2801dfedb5194acf7ff6d6af2 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 13 Jul 2018 09:26:51 +0100 Subject: COMPMID-1398: Removed --threads from CommonOptions Otherwise --threads appear twice for benchmark_graph_* tests Change-Id: I4f5454f6a2fda2558386290583a0ab84cd4666bb Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139827 Tested-by: Jenkins Reviewed-by: Pablo Tello --- tests/framework/command_line/CommonOptions.cpp | 2 -- tests/framework/command_line/CommonOptions.h | 1 - 2 files changed, 3 deletions(-) (limited to 'tests/framework') diff --git a/tests/framework/command_line/CommonOptions.cpp b/tests/framework/command_line/CommonOptions.cpp index f1c140e6fe..fee18f6386 100644 --- a/tests/framework/command_line/CommonOptions.cpp +++ b/tests/framework/command_line/CommonOptions.cpp @@ -39,7 +39,6 @@ CommonOptions::CommonOptions(CommandLineParser &parser) : help(parser.add_option("help")), instruments(), iterations(parser.add_option>("iterations", 1)), - threads(parser.add_option>("threads", 1)), log_format(), log_file(parser.add_option>("log-file")), log_level(), @@ -87,7 +86,6 @@ CommonOptions::CommonOptions(CommandLineParser &parser) help->set_help("Show this help message"); instruments->set_help("Set the profiling instruments to use"); iterations->set_help("Number of iterations per test case"); - threads->set_help("Number of threads to use"); log_format->set_help("Output format for measurements and failures (affects only log-file)"); log_file->set_help("Write output to file instead of to the console (affected by log-format)"); log_level->set_help("Verbosity of the output"); diff --git a/tests/framework/command_line/CommonOptions.h b/tests/framework/command_line/CommonOptions.h index b29c1d8dd5..f4646a0299 100644 --- a/tests/framework/command_line/CommonOptions.h +++ b/tests/framework/command_line/CommonOptions.h @@ -74,7 +74,6 @@ public: arm_compute::utils::ToggleOption *help; /**< Show help option */ arm_compute::utils::EnumListOption *instruments; /**< Instruments option */ arm_compute::utils::SimpleOption *iterations; /**< Number of iterations option */ - arm_compute::utils::SimpleOption *threads; /**< Number of threads option */ arm_compute::utils::EnumOption *log_format; /**< Log format option */ arm_compute::utils::SimpleOption *log_file; /**< Log file option */ arm_compute::utils::EnumOption *log_level; /**< Logging level option */ -- cgit v1.2.1