aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CommandHandlerFunctor.hpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2019-10-07 15:15:12 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-08 14:46:01 +0000
commitc4728ad356b73915588c971f6de38f4493078397 (patch)
tree4f28ee1a080fad15e09e1e19748b34601fb86b7f /src/profiling/CommandHandlerFunctor.hpp
parent5d737fb3b06c17ff6b65fb307343ca1c0c680401 (diff)
downloadarmnn-c4728ad356b73915588c971f6de38f4493078397.tar.gz
IVGCVSW-3948 Add Profiling config to Runtime constructor
Change-Id: Ib5cb85e620ed2cd76a85d423b2674b5d80981be9 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/profiling/CommandHandlerFunctor.hpp')
-rw-r--r--src/profiling/CommandHandlerFunctor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiling/CommandHandlerFunctor.hpp b/src/profiling/CommandHandlerFunctor.hpp
index 2e1e05fd32..7aaab58d15 100644
--- a/src/profiling/CommandHandlerFunctor.hpp
+++ b/src/profiling/CommandHandlerFunctor.hpp
@@ -28,6 +28,8 @@ public:
virtual void operator()(const Packet& packet) {}
+ virtual ~CommandHandlerFunctor() {}
+
private:
uint32_t m_PacketId;
uint32_t m_Version;