aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/ProfilingTestUtils.hpp
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-04-22 12:27:37 +0100
committerFinn Williams <Finn.Williams@arm.com>2020-04-22 14:14:42 +0100
commita0de05689870ecede28ca91ea0c8474daa7f8d6a (patch)
tree3fd1f3730bebd44240e5d848ff726aa123d0f564 /src/profiling/test/ProfilingTestUtils.hpp
parent6544f40295e93fbb8d25582bd3a94341537ec6ca (diff)
downloadarmnn-a0de05689870ecede28ca91ea0c8474daa7f8d6a.tar.gz
IVGCVSW-4719 Remove possible zeros from SendStreamMetaDataPacket offsets
Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: I8d7ee408c4c73be9b42bb739254b95c476e0e38c
Diffstat (limited to 'src/profiling/test/ProfilingTestUtils.hpp')
-rw-r--r--src/profiling/test/ProfilingTestUtils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiling/test/ProfilingTestUtils.hpp b/src/profiling/test/ProfilingTestUtils.hpp
index 816ffd3dc6..16f1b0c431 100644
--- a/src/profiling/test/ProfilingTestUtils.hpp
+++ b/src/profiling/test/ProfilingTestUtils.hpp
@@ -17,6 +17,8 @@
using namespace armnn;
using namespace armnn::profiling;
+uint32_t GetStreamMetaDataPacketSize();
+
inline unsigned int OffsetToNextWord(unsigned int numberOfBytes);
void VerifyTimelineHeaderBinary(const unsigned char* readableData,