aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/CommandLineProcessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/CommandLineProcessor.hpp')
-rw-r--r--tests/profiling/CommandLineProcessor.hpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/profiling/CommandLineProcessor.hpp b/tests/profiling/CommandLineProcessor.hpp
new file mode 100644
index 0000000000..441d7cddd9
--- /dev/null
+++ b/tests/profiling/CommandLineProcessor.hpp
@@ -0,0 +1,25 @@
+//
+// Copyright © 2019 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+#pragma once
+
+namespace armnn
+{
+
+namespace gatordmock
+{
+
+// Parses the command line to extract:
+//
+
+class CommandLineProcessor
+{
+public:
+ bool ProcessCommandLine(int argc, char *argv[]);
+
+};
+
+} // namespace gatordmock
+
+} // namespace armnn