From 12be7ab4876f77fecfab903df70791623219b3da Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 3 Jul 2018 12:06:23 +0100 Subject: COMPMID-1310: Create graph validation executables. Change-Id: I9e0b57b1b83fe5a95777cdaeddba6ecef650bafc Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/138697 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- tests/benchmark_examples/RunExample.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/benchmark_examples') diff --git a/tests/benchmark_examples/RunExample.cpp b/tests/benchmark_examples/RunExample.cpp index f6a9742048..05430e7628 100644 --- a/tests/benchmark_examples/RunExample.cpp +++ b/tests/benchmark_examples/RunExample.cpp @@ -30,9 +30,9 @@ #include "arm_compute/runtime/Scheduler.h" #include "tests/framework/Framework.h" #include "tests/framework/Macros.h" -#include "tests/framework/command_line/CommandLineParser.h" #include "tests/framework/command_line/CommonOptions.h" #include "tests/framework/instruments/Instruments.h" +#include "utils/command_line/CommandLineParser.h" #ifdef ARM_COMPUTE_CL #include "arm_compute/runtime/CL/CLScheduler.h" @@ -74,9 +74,9 @@ public: int run_example(int argc, char **argv, std::unique_ptr example) { - framework::CommandLineParser parser; - framework::CommonOptions options(parser); - auto example_args = parser.add_option>("example_args"); + utils::CommandLineParser parser; + framework::CommonOptions options(parser); + auto example_args = parser.add_option>("example_args"); example_args->set_help("Arguments to pass to the example separated by commas (e.g: arg0,arg1,arg2)"); framework::Framework &framework = framework::Framework::get(); -- cgit v1.2.1