aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingService.hpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-11-13 10:56:41 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-11-15 17:10:36 +0000
commit9723d0243463e3a32ed11ae1c38298343b4e8818 (patch)
tree336e01c0199657f4a0cf7e71acb056fba2c77a6f /src/profiling/ProfilingService.hpp
parent87972be8d838f6fde6f6e98dd81c422e85457a5e (diff)
downloadarmnn-9723d0243463e3a32ed11ae1c38298343b4e8818.tar.gz
IVGCVSW-4074 Send Timeline message in RequestCounterDirectoryCommandHandler
* Added call to SendTimelineMessageDirectoryPackage in the handler * Updated the unit tests accordingly * Refactored SendTimelinePacket to remove macro Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: I7bb6f8575945b99a0e77ef30ecfe4dee3058669e
Diffstat (limited to 'src/profiling/ProfilingService.hpp')
-rw-r--r--src/profiling/ProfilingService.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profiling/ProfilingService.hpp b/src/profiling/ProfilingService.hpp
index b68b6524f5..d4ff9085f5 100644
--- a/src/profiling/ProfilingService.hpp
+++ b/src/profiling/ProfilingService.hpp
@@ -148,6 +148,7 @@ protected:
m_PacketVersionResolver.ResolvePacketVersion(0, 3).GetEncodedValue(),
m_CounterDirectory,
m_SendCounterPacket,
+ m_SendTimelinePacket,
m_StateMachine)
, m_PeriodicCounterSelectionCommandHandler(0,
4,