aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SendCounterPacket.hpp
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2019-09-04 16:47:34 +0100
committerFerran Balaguer Arm <ferran.balaguer@arm.com>2019-09-09 10:28:39 +0000
commit47d0fe98ca6ab3ba1d21b0971d3009a287974442 (patch)
tree04f22e9db6f98d21b3c172a3473e9c9f230b657b /src/profiling/SendCounterPacket.hpp
parent9e0deb76fc25be6a0e898f53a115af3aeed9e5b8 (diff)
downloadarmnn-47d0fe98ca6ab3ba1d21b0971d3009a287974442.tar.gz
IVGCVSW-3690 Implement SendCounterPacket.SendStreamMetaDataPacket() function
Signed-off-by: Ferran Balaguer <ferran.balaguer@arm.com> Change-Id: I9e034b0caaff5371fadfdba20fdbe3171d4cd2e6
Diffstat (limited to 'src/profiling/SendCounterPacket.hpp')
-rw-r--r--src/profiling/SendCounterPacket.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/profiling/SendCounterPacket.hpp b/src/profiling/SendCounterPacket.hpp
index 453c0013e0..0fc3055dfd 100644
--- a/src/profiling/SendCounterPacket.hpp
+++ b/src/profiling/SendCounterPacket.hpp
@@ -33,6 +33,9 @@ public:
void SetReadyToRead() override;
+ static const unsigned int PIPE_MAGIC = 0x45495434;
+ static const unsigned int MAX_METADATA_PACKET_LENGTH = 4096;
+
private:
IBufferWrapper& m_Buffer;
bool m_ReadyToRead;