From 0a336dce464a822bbd9563b5dc021a37c6671515 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Mon, 11 May 2020 15:39:58 +0100 Subject: IVGCVSW-4734 Add an Attribute label guid to the relationship message to reduce traffic Signed-off-by: Finn Williams Change-Id: Ia55c52c12fe3d30eb47bc42c932a33c620dc9197 --- include/armnn/profiling/ISendTimelinePacket.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/armnn/profiling/ISendTimelinePacket.hpp') diff --git a/include/armnn/profiling/ISendTimelinePacket.hpp b/include/armnn/profiling/ISendTimelinePacket.hpp index 49a9fcf40e..a296223e1a 100644 --- a/include/armnn/profiling/ISendTimelinePacket.hpp +++ b/include/armnn/profiling/ISendTimelinePacket.hpp @@ -53,7 +53,8 @@ public: virtual void SendTimelineRelationshipBinaryPacket(ProfilingRelationshipType relationshipType, uint64_t relationshipGuid, uint64_t headGuid, - uint64_t tailGuid) = 0; + uint64_t tailGuid, + uint64_t attributeGuid) = 0; }; } // namespace profiling -- cgit v1.2.1