aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/MockUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/gatordmock/MockUtils.hpp')
-rw-r--r--tests/profiling/gatordmock/MockUtils.hpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/profiling/gatordmock/MockUtils.hpp b/tests/profiling/gatordmock/MockUtils.hpp
new file mode 100644
index 0000000000..78bd867b0f
--- /dev/null
+++ b/tests/profiling/gatordmock/MockUtils.hpp
@@ -0,0 +1,25 @@
+//
+// Copyright © 2017 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#pragma once
+
+#include <EncodeVersion.hpp>
+#include <ProfilingUtils.hpp>
+
+namespace armnn
+{
+
+namespace gatordmock
+{
+
+std::string CentreAlignFormatting(const std::string& stringToPass, const int spacingWidth);
+
+std::string GetStringNameFromBuffer(const unsigned char *const data, uint32_t offset);
+
+bool IsValidChar(unsigned char c);
+
+} // gatordmock
+
+} // armnn