aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/ProfilingTestUtils.cpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2020-07-09 13:48:16 +0100
committerJim Flynn <jim.flynn@arm.com>2020-07-13 21:40:50 +0100
commit83d08a95af015e53f343aadd6be878e761caabf1 (patch)
tree743bcaff9c373f8972aeaac9a22521457b7bfb3b /src/profiling/test/ProfilingTestUtils.cpp
parent549cb7ad5fe0686a5216557ef7ee21b520bf7936 (diff)
downloadarmnn-83d08a95af015e53f343aadd6be878e761caabf1.tar.gz
IVGCVSW-5076 Correct Profiling Stream Metadata packet revision table
Change-Id: Ic3f8637642d3f3a5925f5b82e3729b3b654a7f3e Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/profiling/test/ProfilingTestUtils.cpp')
-rw-r--r--src/profiling/test/ProfilingTestUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/test/ProfilingTestUtils.cpp b/src/profiling/test/ProfilingTestUtils.cpp
index 526f3f95fd..2dae5cf52e 100644
--- a/src/profiling/test/ProfilingTestUtils.cpp
+++ b/src/profiling/test/ProfilingTestUtils.cpp
@@ -25,7 +25,7 @@ uint32_t GetStreamMetaDataPacketSize()
payloadSize += boost::numeric_cast<uint32_t>(GetProcessName().size()) + 1;
// Add packetVersionEntries
- payloadSize += 6 * 2 * sizeUint32;
+ payloadSize += 13 * 2 * sizeUint32;
// Add packetVersionCountSize
payloadSize += sizeUint32;