From 4e755a50e35a1f5ac1b011dc4baf89e6d97f116e Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Sun, 29 Mar 2020 17:48:26 +0100 Subject: IVGCVSW-4595 Add IFileOnlyPacketHandlers to file only profiling connection Change-Id: Ib49a8cbbf323da4109cdab9750e6c4d276e484b7 Signed-off-by: Jim Flynn --- src/profiling/ProfilingUtils.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/profiling/ProfilingUtils.hpp') diff --git a/src/profiling/ProfilingUtils.hpp b/src/profiling/ProfilingUtils.hpp index 5888ef0b8c..e2ffb24bf9 100644 --- a/src/profiling/ProfilingUtils.hpp +++ b/src/profiling/ProfilingUtils.hpp @@ -10,6 +10,7 @@ #include "ICounterDirectory.hpp" #include "IPacketBuffer.hpp" +#include "Packet.hpp" #include @@ -256,6 +257,8 @@ class BufferExhaustion : public armnn::Exception uint64_t GetTimestamp(); +Packet ReceivePacket(const unsigned char* buffer, uint32_t length); + } // namespace profiling } // namespace armnn -- cgit v1.2.1