aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/ProfilingTestUtils.hpp
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-04-30 11:06:43 +0100
committerJim Flynn <jim.flynn@arm.com>2020-04-30 16:56:07 +0000
commit985fecfc9b34c828237bc31427bde66b46e3c374 (patch)
tree8cbc078a551ba6609e40e8177acffb1106b479ef /src/profiling/test/ProfilingTestUtils.hpp
parentbe88a57579a9a848efe13e6c524b5b104b871733 (diff)
downloadarmnn-985fecfc9b34c828237bc31427bde66b46e3c374.tar.gz
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 <Finn.Williams@arm.com> Change-Id: Ie5ef5e410f3b06f1c80c7c5ea2057f5008cf09ed
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 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);