aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ISendCounterPacket.hpp
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-02-12 11:02:34 +0000
committerFinn Williams <Finn.Williams@arm.com>2020-02-14 10:20:00 +0000
commit032bc74ca4bc6589a33f23db31accddc5b20baaa (patch)
tree07ae871bc1d667105c7a4b5da2b670b977d5abcb /src/profiling/ISendCounterPacket.hpp
parentc1536d69c1468514425e143b0578656f51598b94 (diff)
downloadarmnn-032bc74ca4bc6589a33f23db31accddc5b20baaa.tar.gz
IVGCVSW-4338 Implement the Activation of Counters in backends
Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: I4a2465f06e046f78242ff0a246c651638b205498
Diffstat (limited to 'src/profiling/ISendCounterPacket.hpp')
-rw-r--r--src/profiling/ISendCounterPacket.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profiling/ISendCounterPacket.hpp b/src/profiling/ISendCounterPacket.hpp
index 5c8e6b8d46..d87a042d76 100644
--- a/src/profiling/ISendCounterPacket.hpp
+++ b/src/profiling/ISendCounterPacket.hpp
@@ -5,6 +5,7 @@
#pragma once
+#include <armnn/backends/profiling/IBackendProfiling.hpp>
#include "ICounterDirectory.hpp"
namespace armnn
@@ -16,7 +17,7 @@ namespace profiling
class ISendCounterPacket
{
public:
- using IndexValuePairsVector = std::vector<std::pair<uint16_t, uint32_t>>;
+ using IndexValuePairsVector = std::vector<CounterValue>;
virtual ~ISendCounterPacket() {}