aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2021-09-06 17:11:01 +0100
committerJim Flynn <jim.flynn@arm.com>2021-09-06 17:11:01 +0100
commit6e330413f91e1fa13d22e3f3b0eaf31a04be6dcc (patch)
treec5a540acff596ccd2ea3ab805707ed92841e5a7f
parent4e3e831da1d6d85dffffacf57e9de8fc891b7e58 (diff)
downloadarmnn-6e330413f91e1fa13d22e3f3b0eaf31a04be6dcc.tar.gz
IVGCVSW-4578 Initialise m_PacketDataLength in constructor for SendTimelinePacket
Change-Id: Ie97436006c53492896172c4c59df94efe8047feb Signed-off-by: Jim Flynn <jim.flynn@arm.com>
-rw-r--r--src/profiling/SendTimelinePacket.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profiling/SendTimelinePacket.hpp b/src/profiling/SendTimelinePacket.hpp
index 90016d06f3..fc9cf6fd25 100644
--- a/src/profiling/SendTimelinePacket.hpp
+++ b/src/profiling/SendTimelinePacket.hpp
@@ -27,6 +27,7 @@ public:
, m_WriteBuffer(nullptr)
, m_Offset(8u)
, m_RemainingBufferSize(0u)
+ , m_PacketDataLength(0u)
{}
/// Commits the current buffer and reset the member variables