aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/SendCounterPacketTests.hpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-07 10:19:35 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-07 16:04:07 +0100
commite61ffd00a37f02338129e92d65be2f01600014c0 (patch)
tree415a475edeae4e7487b512ce78315228819bab87 /src/profiling/test/SendCounterPacketTests.hpp
parentf21f606ac60fca82a320de6a706e69d84d3c895c (diff)
downloadarmnn-e61ffd00a37f02338129e92d65be2f01600014c0.tar.gz
IVGCVSW-3937 Make dynamic use the of the profiling connection
in the SendCounterPacket class * Passing the profiling connection as an argument to the pertinent methods of the SendCounterPacket class, as the connection is created dynamically by the ProfilingService * Updated the unit tests accordingly Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: Ibe72bdbad814a201c4f1505cff4badbb9b03b13e
Diffstat (limited to 'src/profiling/test/SendCounterPacketTests.hpp')
-rw-r--r--src/profiling/test/SendCounterPacketTests.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/test/SendCounterPacketTests.hpp b/src/profiling/test/SendCounterPacketTests.hpp
index 584df5e520..0323f62d80 100644
--- a/src/profiling/test/SendCounterPacketTests.hpp
+++ b/src/profiling/test/SendCounterPacketTests.hpp
@@ -497,8 +497,8 @@ private:
class SendCounterPacketTest : public SendCounterPacket
{
public:
- SendCounterPacketTest(IProfilingConnection& profilingconnection, IBufferManager& buffer)
- : SendCounterPacket(profilingconnection, buffer)
+ SendCounterPacketTest(IBufferManager& buffer)
+ : SendCounterPacket(buffer)
{}
bool CreateDeviceRecordTest(const DevicePtr& device,