From 985fecfc9b34c828237bc31427bde66b46e3c374 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Thu, 30 Apr 2020 11:06:43 +0100 Subject: IVGCVSW-4760 Change the offsets in the counter directory body_header to be from the start of the packet body Signed-off-by: Finn Williams Change-Id: Ie5ef5e410f3b06f1c80c7c5ea2057f5008cf09ed --- src/profiling/test/ProfilingTestUtils.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/profiling/test/ProfilingTestUtils.hpp') diff --git a/src/profiling/test/ProfilingTestUtils.hpp b/src/profiling/test/ProfilingTestUtils.hpp index 16f1b0c431..428ffa22e3 100644 --- a/src/profiling/test/ProfilingTestUtils.hpp +++ b/src/profiling/test/ProfilingTestUtils.hpp @@ -17,6 +17,8 @@ using namespace armnn; using namespace armnn::profiling; +const static uint32_t bodyHeaderSize = 6; + uint32_t GetStreamMetaDataPacketSize(); inline unsigned int OffsetToNextWord(unsigned int numberOfBytes); -- cgit v1.2.1